Download JDK from https://www.oracle.com/java/technologies/javase-downloads.html
- java hello.java
- javac hello.java
- java hello
- javac hello.java
- jar cf hello.jar hello.class
- Hello World
- Primitive or Built-in Data Types
- Print Formatting
- Loops (for, while, do-while, break, continue)
- Logic/Control (if-else, if-else-if, switch)
- Arrays
- Strings
- Functions
- Recursions
- Classes
- Objects
- Exceptions with Try, Catch and Finally
- User-defined Exceptions
- Date and Time
- File and Input/Output
- Object Oriented Programming
- Graphics (2-D)
- JAR Packaging concept