|
Chapter 1. |
Introduction |
||
|
|
· What is a program? · Object Oriented Programming · Getting started with compiler |
||
|
Chapter 2. |
Words and Sentences in language |
||
|
|
· Keywords in Core java · Data Variables, Data Types and Rules for naming and declaring data variables · Constants |
||
|
Chapter 3. |
Operator and expression |
||
|
|
· Arithmetic operator · Relational operator · Logical operator · Increment operator · Decrement operator · Assignment operator · Dot operator · Conditional Operator |
||
|
Chapter 4. |
Flow Control Instructions Part I |
||
|
|
· If · Nested if · Nested if else · Switch |
||
|
Chapter 5. |
Flow Control Instructions Part II |
||
|
|
· For Loop · Break and continue |
||
|
Chapter 6. |
Arrays |
||
|
|
· What is an array? |
||
Chapter 7. |
Strings |
|
||
|
· What are strings? |
|
||
Chapter 8. |
Functions |
|
||
|
· Why use Functions · Name of a function |
|
||
Chapter 9. |
Object orientation concept |
|
||
|
· Introduction to oop · Advantages of object oriented programming |
|
||
Chapter 10. |
Class and object |
|
||
|
· Introduction to class · Class declaration · Introduction to object · Object declaration and its functionality |
|
||
Chapter 11. |
Constructor and destructor |
|
||
|
· Introduction to constructor · Introduction to destructor
|
|
||
Chapter 12. |
Polymorphism |
|
||
|
· What is polymorphism · Types of polymorphism |
|
||
Chapter 13. |
Inheritance |
|
||
|
· Introduction to inheritance · Overriding in java · Interface in java · Access specifier in java · Non access specifier in core java |
|
||
Chapter 14 |
Thread in java |
|
||
|
· What is thread · Multithreading · Life cycle of thread · Synchronization in thread · Priority in thread |
|
||
Chapter 15 |
Exception handling |
|
||
|
· What is exception. · Difference between error and exception · Types of error · Try catch finally block/Throws in exception |
|
||
Chapter 16. |
File handling |
|
||
|
· Introduction to file handling · Operation with files · Programs for file handling |
|
||
Chapter 17. |
AWT |
|
||
|
· Window Tool Kit · Abstract |
|