java-learning-ground
Download JDK from https://www.oracle.com/java/technologies/javase-downloads.html
Code > Compile > Package
Directly run from command line
Compile and then run
- javac hello.java
- java hello
- javac hello.java
- jar cf hello.jar hello.class
To Do List
Advanced
References
- https://docs.oracle.com/javase/tutorial/java/index.html
- https://docs.oracle.com/javase/tutorial/java/concepts/index.html
- https://docs.oracle.com/javase/8/docs/api/java/awt/Graphics.html