Chapter 1 : The History and Evolution of Java
| No | Topic | MCQ |
|---|---|---|
| 1.1 | History of Java Programming | - |
| 1.2 | Java Vs C# | - |
| 1.3 | Contribution of Java to Internet | - |
| 1.4 | Why Java is Platform Independent ? | - |
Chapter 2 : Tools Required for Java
| No | Topic | MCQ |
|---|---|---|
| 2.1 | Download Latest : Java Developer Kit | - |
| 2.2 | Installing Java Developer Kit / JRE | - |
| 2.3 | Set up Class Path | - |
| 2.4 | Make sure whether Java is installed correctly or not ? | - |
| 2.5 | Checking Jdk Version | - |
| 2.6 | Required IDE / Editors | - |
| 2.7 | Installing Eclipse and Setting Up Eclipse. | - |
Chapter 3 : Overview of Java Programming
| No | Topic | MCQ |
|---|---|---|
| 3.1 | What is Object Oriented Programming ? | - |
| 3.2 | First Sample Java Program | - |
| 3.3 | Features of Java | - |
| 3.4 | Applications of Java | - |
Chapter 4 : Data Types & Variable in Java
4.1 Primitive Data Type
| No | Topic | MCQ |
|---|---|---|
| 4.1.1 | Overview of Primitive Data Types | - |
| 4.1.2 | Integer | - |
| 4.1.3 | Character | - |
| 4.1.4 | Float | - |
| 4.1.5 | Boolean | - |
| 4.1.6 | Default Value Inside Primitive Data Type | - |
4.2 Variables In Java
| No | Topic | MCQ |
|---|---|---|
| 4.2.1 | Variable Naming Rules Convention | - |
| 4.2.2 | Different Kind of Variables | - |
4.3 Literal
| No | Topic | MCQ |
|---|---|---|
| 4.3.1 | Integer Literal | - |
| 4.3.2 | Float Literal | - |
Chapter 5 : Operators in Java
| No | Topic | MCQ |
|---|---|---|
| 5.1 | Overview Of Java Operators | - |
| 5.2 | Assignment Operator | - |
| 5.3 | Arithmetic Operator | - |
| 5.4 | Arithmetic Compound Assignment Operators | - |
| 5.5 | Unary Operator | - |
| 5.6 | Increment and Decrement Operator | - |
| 5.7 | Bitwise Operator | - |
| 5.8 | Bitwise Unary NOT | - |
| 5.9 | Bitwise AND | - |
| 5.10 | Bitwise OR | - |
| 5.11 | Bitwise XOR | - |
Chapter 6 : Statements in Java
Chapter 7 : Class Concept Java
Chapter 8 : Important Concepts & Keywords
| No | Topic | MCQ |
|---|---|---|
| 8.1 | This Keyword | - |
| 8.2 | Null Keyword | - |
| 8.3 | Assigning Reference | - |
| 8.4 | Garbage Collection | - |
Chapter 9 : String Handling in Java
| No | Topic | MCQ |
|---|---|---|
| 9.1 | String Literals | - |
| 9.2 | Creating String Objects | - |
| 9.3 | Immutable String Objects | - |
| 9.4 | Java Concatenate Strings | - |
Chapter 10 : Exception Handling in Java
| No | Topic | MCQ |
|---|---|---|
| 10.1 | Introduction to Exception Handling | - |
| 10.2 | Types of Exception and Exception Hierarchy | - |
| 10.3 | Try-Catch Block | - |
| 10.4 | Multiple Catch Blocks | - |
| 10.5 | Catching Multiple Exception Using Single Catch Block | - |