Introduction
JDK
- What’s the difference between JDK and JRE?
- Java API
- Java Libraries (JAR)
My first project
- Installing Eclipse
- Creating a new Java Project
- Hello World
Basics
- Base structure (package, class, comments)
- public static void main
- Types
- Modifiers
- Operators
- Control structures
- Exception handling
Object-oriented programming with Java
- A little about O.O.
- Classes
- Packages
- Attributes
- Methods
- Accessibility
- Constructors
- Destructors
- Garbage Collector