OOPJ
OOPJ
REGULATION-R20 II-YEAR-I-SEMESTER
UNIT-WISE-LONG QUESTIONS
UNIT-I
Unit-IV
1. Define a Thread. Explain about the types of threads with examples.
2. Explain about the life cycle of a thread with an example
3. Explain about creating a thread and assigning priority to a thread
4. Explain about Inter thread communication with an example
5. Explain about Priority queue and dequeue with an example.
6. Explain about any four classes in collection framework with examples
Unit-V
1. Define an Applet. Explain about the life cycle of an applet with an example
2. Explain about passing parameters to an applet with an example
3. Explain about repainting an applet with an example
4. What are the advantages of Swings over AWT?
5. Explain about the different types of dialog boxes with examples
6. Explain about the basic swing components with an example
7. Explain about the different types of drivers in java
8. Explain about JDBC architecture and basic steps involved in Java Database
Connectivity
9. Develop a java program for creating a registration form using swing components
10. Define an Event. Explain about Delegate Event Model.