0% found this document useful (0 votes)
91 views2 pages

JAVA-60 Ques

The document outlines various fundamental concepts and features of Java programming, including platform independence, JVM, data types, operators, exception handling, and the structure of Java programs. It also covers advanced topics such as inheritance, interfaces, applets, and threading, providing definitions, examples, and explanations for each concept. Additionally, it discusses the importance of packages, constructors, and keywords like final and static in Java.

Uploaded by

MarieFernandes
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
91 views2 pages

JAVA-60 Ques

The document outlines various fundamental concepts and features of Java programming, including platform independence, JVM, data types, operators, exception handling, and the structure of Java programs. It also covers advanced topics such as inheritance, interfaces, applets, and threading, providing definitions, examples, and explanations for each concept. Additionally, it discusses the importance of packages, constructors, and keywords like final and static in Java.

Uploaded by

MarieFernandes
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

1. Java is platform-independent and portable. - Justify.

2. What is JVM (Java Virtual Machine)?


3. List out Java development tools and explain any one from it.
4. Draw the Java program structure.
5. Write down the rules for variable naming.
6. What is meaning of automatic type conversion?
7. List out the types of operators used in Java.
8. How can you use ternary operator?
9. Define the break and continue statements.
10. List out the features of Java.
11. List the primitive and non-primitive data types used in Java.
12. Write the syntax of any one of the following loops – while, do...while, for loop
13. Explain the data types available in Java.
14. Explain type casting with example.
15. Explain the scope of variable.
16. What is constant in java? Explain different types of constants available in java.
17. Differentiate between Classes and Interface.
18. Define the final variable and final methods.
19. Define class. How does it accomplish data hiding?
20. What is the meaning of the abstract keyword?

21. What is a constructor? What are its special properties?


22. Define inheritance. Describe different forms of inheritance.
23. Explain super and final keyword with example.
24. Describe the various forms of implementing interface. Give an example of JAVA code for each
case.
25. When do we declare a method or class abstract? Discuss with one Example.
26. Write short note on method overloading and method overriding.
27. Explain Arithmetic Exception with an example.
28. What is exception? Explain the syntax of try block and catch block with an example.

29. What is package? What are the benefits of package? Explain Java API packages.
30. Describe the try and catch statements in detail.
31. Define (1) Event (2) Event Source (3) Event Class (4) Event Listener
32. Explain types of drivers used in JDBC.
33. Write difference between java applet program and java application program.
34. What is JDBC? List out JDBC components and types of drivers.
35. Write short note on following components.
a) Label
b) TextField
c) TextArea
d) List
e) Choice
f) Button
g) Checkbox
36. What is the purpose of the System class? Also explain the wrapper class in detail.
37. Write short notes on the following
a) this & super keyword
b) final & static keyword
c) nested & inner classes & their uses.
d) class & object .
38. What constructor? What are the properties of constructor? Explain.
39. What is Overloading? Explain how to overload methods.
40. Explain static members in Java.
41. What are wrapper classes? Why they needed in java? Explain.
42. What is interface? How it is different from abstract class? How to create them?
43. Write the differences between overloading and overriding in java.
44. What are abstract classes? How they are different from normal classes? Explain.
45. What is the use of Final Keyword in java? Explain.
46. What is an array? Explain different types of arrays in java.
47. Explain various advantages of inheritance? Why multiple inheritances are not supported in Java.
48. What is an applet? Explain different types of applets in java.
49. With an example, explain how to create and run an applet program in java.
50. Explain applet life cycle with neat diagram.
51. What is thread? Explain different ways of creating threads in java with examples.
52. What is exception? Explain how to handle java exceptions with example.
53. What is the use of finally block? Explain.
54. What is thread? With neat diagram explain thread life cycle.
55. What are different types of packages available in java? Explain.

You might also like