0% found this document useful (0 votes)
11 views2 pages

JAVAqsn

The document outlines chapters and topics to be covered in a Java course, including introductions to Java features and history, data types, operators, control structures, object-oriented programming concepts like classes and objects, inheritance, packaging, and exception handling.

Uploaded by

Piyush Koirala
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views2 pages

JAVAqsn

The document outlines chapters and topics to be covered in a Java course, including introductions to Java features and history, data types, operators, control structures, object-oriented programming concepts like classes and objects, inheritance, packaging, and exception handling.

Uploaded by

Piyush Koirala
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

JAVA

Chapter 1 : Intro to Java


1. Define java. Its history, features role in application development.
2. JVM. Role of JVM.
3. Bytecode. Its execution.
4. POP vs OOP.
5. Process install java and setup environment variable.
6. Process to compile, interpreter and run java program.
Chapter 2 : Tokens, Expressions and Control Structure
1. Data Types. Explain all primitive and non-primitive data types.
2. Define comment. Explain types.
3. Explain the operator used in java.
4. Precedence of java operator.
5. Differentiate between while and do while loop.
6. If else statement, switch, loop (for, while, do while loop) ko define ra syntax
haru.
7. Differentiate between break and continue statement.
Chapter 3 : OOP Concepts
1. Define, explain and program to demonstrate….. classes, objects.
2. Define encapsulation, abstraction etc
3. Explain this keyword. Ani example program.
4. Constructor ko define. Types explain. Importance of constructor. Euta
program lekhne.
5. Define method overriding, recursion. Euta program lekhne.
6. Explain use and importance of nested and inner class.
7. Know to pass parameters in methods, by value and by reference.
Chapter 4 : Inheritance and Packaging
1. Define inheritance, subclass, superclass. Write program to demonstrate the
use of inheritance.
2. Define super keyword. Super keyword ko use. Euta program lekhne.
3. Method overriding and method overloading. Euta program lekhne.
Difference between.
4. Inheritance. Inheritance ko types explain.
5. Explain object class, abstract class ani interface.
6. Explain access modifiers in java.
7. Define interface. Use of interface. Implementation of interface.
Chapter 5 : Handling Errors/Exceptions
1. Error vs Exception
2. What is exception handling. Program to demonstrate the use of exceptions
handling
3.

You might also like