The document outlines important questions related to Object-Oriented Programming with Java, organized into five units. Topics include OOP concepts, Java architecture, control structures, exception handling, multithreading, GUI programming, applet creation, and network classes. Each unit contains specific questions and programming tasks to reinforce understanding of Java programming principles.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
4 views1 page
JAVA Important Questions
The document outlines important questions related to Object-Oriented Programming with Java, organized into five units. Topics include OOP concepts, Java architecture, control structures, exception handling, multithreading, GUI programming, applet creation, and network classes. Each unit contains specific questions and programming tasks to reinforce understanding of Java programming principles.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1
102 OBJECT ORIENTED PROGRAMMING WITH JAVA
Important Questions
Unit –I
1. OOPS Concepts, data types in Java.
2. Architecture of Java. 3. Control Structures. 4. Wrapper Classes. 5. Constructors, Overloading of Constructors, Overloading Of Methods. 6. Classes and Abstract classes. 7 Super, Final Keywords 8. Method overriding & dynamic dispatch Method.
Unit-II
1. Methods, classes, packages, Interfaces.
2. Exception, Explain various types of Exceptions. 3. Multithreading concepts, thread Communications. 4. Sychronization. 5. String Handling Concepts. 6. Write a java program that creates a thread by extending the thread class and implementing the Runnable interface? Unit-III
1. Character, Boolean, All Utility classes.
2. Files, Stream classes: Byte Stream, Character Stream. 3. GUI Programming. 4. Describe the various methods defined by input stream and output stream.
Unit-IV
1. Expalin about the ways to create an applet with example.
2. How to pass parameters to an applet? Explain with an example.. 3. Swing Concepts, Adapter classes. 4. Layout Managers Concepts and delegation event model. 5. Write a java program to create main menu and drawing rectangle.
Unit –V
1. Network classes and Interfaces, Internet Address, Factory Method.
2. With an example program briefly explain about Client-Server interconnection in detail. 3. JDBC Connectivity.