Nov 24, 2024
.java extension
main method (entry point of the program)System classpublic: accessible outside the classstatic: member of the class, not an instancenew keyword to instantiate objects.class file (contains bytecode)java command via JVM