Java Programming Importent Questions
Java Programming Importent Questions
DEPARTMENT OF ECE
REGULATION-R20 III-YEAR-I-SEMESTER
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 Synchronizing threads with an example?
6. Explain about Priority queue and dequeue with an example?
7. Explain about Collection framework Hierarch?
8. Explain list Interface with an example?
a. Array List b. Linked List
c. Vector d. Stack
9. Explain Set Interface with an example. ?
a. Hash set b. Tree set c. Bit set
10. Explain about String Tokenizer and Random with examples?
11. 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. Explain about origin and design philosophy of swing?
5. Explain about the basic swing components with an example?
6. Explain about the Layout managers with an example?
7. Define an Event. Explain about Delegate Event Model?
8. Explain the following GUI element?
a. JButton b. Jtextfield c. JTable d. Jscrollpane
9. Explain about the different types of dialog boxes with examples?
10. Explain the following GUI example?
a.jmenu b. jmenubar c. jmenuitem
11. Develop a java program for creating a registration form using swing components?