📞 +91-9456968800
✉️ contact@pixelcomputer.co.in
Introduction to Java
▶
- History of Java
- Features of Java
- Java Editions
- JDK, JRE & JVM
- Structure of Java Program
Data Types & Variables
▶
- Primitive Data Types
- Non-Primitive Data Types
- Type Casting
- Variables and Constants
Operators & Control Statements
▶
- Arithmetic & Logical Operators
- if-else & switch
- for, while, do-while loops
- break & continue
Classes & Objects
▶
- Class & Object Basics
- Constructor and Overloading
- this Keyword
- Static Members
Inheritance & Polymorphism
▶
- Types of Inheritance
- Method Overriding
- super Keyword
- Runtime Polymorphism
Abstraction & Encapsulation
▶
- Abstract Classes
- Interfaces
- Encapsulation & Getters/Setters
Arrays & Strings
▶
- 1D and 2D Arrays
- String Class & Methods
- StringBuffer vs StringBuilder
Exception Handling
▶
- try, catch, finally
- throw & throws
- Custom Exceptions
Packages & Access Modifiers
▶
- Built-in & User-defined Packages
- Importing Packages
- Access Specifiers (public, private, etc.)
Miscellaneous Topics
▶
- Wrapper Classes
- Command-line Arguments
- Java API Documentation
- Garbage Collection