Introduction
Write once, run anywhere (WORA). This means that compiled Java code can run on all platforms that support Java without the need to recompile.
What
Why
How
ResRef
*** ResRef implies Resources & References :D ***
https://www.freecodecamp.org/news/object-oriented-programming-concepts-21bb035f7260/
https://www.baeldung.com/java-finalize
https://app.pluralsight.com/library/courses/java-se-17-fundamentals/table-of-contents
https://app.pluralsight.com/library/courses/java-se-17-object-oriented-programming/table-of-contents
Learning:
Java Basic: https://www.tutorialspoint.com/java/
http://web.stanford.edu/class/archive/cs/cs108/cs108.1092/
Install JDK: https://www3.ntu.edu.sg/home/ehchua/programming/howto/JDK_Howto.html
Coding standard and practices: https://github.com/kms-technology/coding-guidelines/blob/master/java.md