Java Question Bank.
Two marks
1. Write any 2 features of Java.
2. How Java is platform independent?
3. What is JVM? Explain various parts of JVM.
4. What is byte code?
5. Define Java API.
6. What is JIT compiler?
7. What is Abstract Class?
8. What is an identifier?
9. Write syntax to create class and object.
10. What is keyword? List some of the keywords in Java.
11. What is null, true and false in java?
12. Define event and the types.
13. List the types of separators in Java.
14. Define Multi-tasking.
15. List the different types of comments in Java?
16. What is Java bean?
17. What is Unicode character?
18. What is an applet.?
19. What is an Abstract class?
20. What is the use of the final keyword?
21. What is Swing in Java?
22. Write a general syntax to define a class.
23. Define Class and Object.
24. What is dynamic loading?
25. What is Exception handling?
26. What is Inheritance?
27. What is the interface?
Big Questions :-
1. Explain features of Java.
2. Explain different types of operators in Java with an example.
3. What is Constructor? Explain two constructors in java.
4. Explain Arithmetic Operators in Java.
5. Explain access control modifier in Java.
6. What is conditional Operator? Explain with an example program.
7. Explain methods of string class.
8. Write a java program for function overloading.
9. Explain classification of byte stream.
10. Explain Try, catch and finally block with example.
11. Explain this keyword with example.
12. Write a program to read and write bytes
13. Explain switch statement
14. Write a program to read and write characters
15. Explain types of Inheritance.
16. Explain wild cards in Generics
17. How interfaces are implemented in Java.
18. Explain method overriding concept in java with an example
19. Explain the operator precedence.
20. Explain lifecycle of a thread.
21. Explain the categories of Control statement in java.
22. Explain GUI Components in Java.
23. Explain selection statements in Java with an example.
24. Explain types of access specifiers in Java.
25. Explain types of Looping Statements.
26. Explain the implementation of Multiple inheritance using interface
27. Write the benefits of Java collection Framework.
28. Describe the hierarchy of Java Collection Framework.
29. What are advantages and disadvantages of Applet?
30. Explain the features of Swing?