- Introduction
- Quiz on features of Java
- Software tool setup:Eclipse
- Printing information about yourself
- if-else
- if-else-if ladder and switch statements
- Selection statements
- What is iteration and the for loop
- while loop
- do-while loop
- Iterative statements
- Weekly schedule generation
- Break statement
- Continue and return statements
- Jump statements
- What are classes, methods and objects?
- Constructors and its types
- Classes, methods, objects and constructors
- Abstraction and encapsulation
- Inheritance
- Polymorphism
- OOP concepts
- Interfaces-Introduction
- Interface References, static and final keyword
- Abstract class
- Introduction
- How to throw an exception
- When to use the throws keyword
- Getting input through argument array
- Accepting input using BufferedReader class
- Scanner class and how it is different from BufferedReader
- FileInputStream Reader
- FileOutputStream Reader
- How to read Unicode using CharacterStreams