0% found this document useful (0 votes)
2 views

Java Programming Importent Questions

The document outlines long questions for a Java Programming course at Geethanjali Institute of Science & Technology, covering five units. Topics include Object Oriented Programming, Inheritance, Exception Handling, Threads, and Applets, along with practical programming examples. Each unit contains multiple questions aimed at assessing students' understanding of Java concepts and their applications.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views

Java Programming Importent Questions

The document outlines long questions for a Java Programming course at Geethanjali Institute of Science & Technology, covering five units. Topics include Object Oriented Programming, Inheritance, Exception Handling, Threads, and Applets, along with practical programming examples. Each unit contains multiple questions aimed at assessing students' understanding of Java concepts and their applications.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

GEETHANJALI INSTITUTE OF SCIENCE & TECHNOLOGY

DEPARTMENT OF ECE

REGULATION-R20 III-YEAR-I-SEMESTER

JAVA PPROGRAMMING UNIT-WISE-LONG

QUESTIONS
UNIT-I

1. Explain about Object Oriented Programming Principles?


2. Explain about Data types in Java?
3. Explain about Type casting and Type Promotion with an example?
4. Define an Array. Explain about the types of arrays?
5. Explain about different types of operators in java?
6. Explain about different control statements in java?
7. Explain about Recursion with an example?
8. Explain about Method overloading with an example?
9. Explain about Constructor overloading with an example?
10. (a) Explain about Garbage collection?
(b) Explain about string handling methods?
UNIT-II
1. Define Inheritance and explain about the types of Inheritance?
2. Explain about Multiple Inheritance with an example?
3. Explain about Dynamic method dispatch with an example?
4. Define an abstract class and explain about abstract class with an example?
5. (a)Explain about CLASSPATH in java?

(b)Explain about Object class?

6. Define an Interface? Explain about extending and implementing interfaces with an


example?
7. Define a package. Explain about creating and accessing a package with an example?
8. Explain about the super keyword with examples?
9. Explain about the Nested Interfaces and Applying Interface with examples?
10. Define Variables in Interface with an example?
UNIT-III
1. Define an Exception. Explain about the different types of exceptions with examples?
2. Develop a java program for illustrating user defined exception?
3. Explain about Built-in exceptions?
4. Explain about Java Exception Hierarchy?
5. Explain about Generics and serialization?
6. Explain about Byte streams and Character streams?
7. Explain about Reading console Input and Writing Console Output?
8. Explain about auto boxing and un boxing with an example?
9. Explain about Enumerations?
10. Develop a java program for creating a file and accessing the contents of a file?
11. Define a Random access file operations?

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?

12. Explain about the different types of drivers in java?


13. Explain about JDBC architecture and basic steps involved in Java Database
Connectivity?

You might also like