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

java important questions

The document outlines a comprehensive curriculum for Java programming, divided into five units covering fundamental concepts of object-oriented programming, Java program structure, control statements, classes and objects, multithreading, and GUI components. Each unit includes specific topics such as Java features, constructors, exception handling, and event handling in Java. The content is designed to provide a thorough understanding of Java programming and its applications.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views

java important questions

The document outlines a comprehensive curriculum for Java programming, divided into five units covering fundamental concepts of object-oriented programming, Java program structure, control statements, classes and objects, multithreading, and GUI components. Each unit includes specific topics such as Java features, constructors, exception handling, and event handling in Java. The content is designed to provide a thorough understanding of Java programming and its applications.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Java questions

Unit-1

1. Principles / Basic concept of oops in detail


2. java program structure and its environment installation in detail
3. comparison between Procedural languages Vs OOP
4. Application of oops
5. Java virtual machine
6. Java features in detail
7. History of JAVA

Unit-2

1. Comprehension of java programming constructors


2. Control statements (branching statements ,looping statements and
jumping statements) in java with examples
3. Data types in java
4. Identifiers- Naming Conventions, Keywords, Literals(Tokens in java)
5. Operators in java
6. Precedence rules and Associativity in java
7. Primitive Type Conversion and Casting

Unit-3
1. Classes and Objects with examples
2. Constructors and Constructor overloading in java
3. objects-Garbage collector in java
4. variable and methods in java
5. arrays in java with example
6. command line arguments in java
7. Interfaces in java with example
8. Method overloading and method overriding with an example
9. Extend keyword ,Final keyword and abstract methods in java with
syntax’s and examples
10.Exception handling in java

Unit-4
1. Thread concepts, The main Thread, Creation of new threads, Thread
priority, Multithreading- Using is Alive() and join() with examples
2. Thread life cycle with example
3. Synchronization with examples
4. Resuming threads with examples
5. Communication between threads
6. Deadlock scenario with examples

Unit-5
1. Explain applets and applet life cycle in java
2. Event handling in java
3. javax.swing package, JFrame, JApplet, JPanel,
4. Components in swings,
5. Layout Managers,
6. JList and JScroll Pane, Split Pane, JTabbedPane, Dialog Box.

You might also like