First Cup of Java -11
You’re Done!
•
You created a Java source file with a .java extension
•
You compiled it, creating a bytecode file with a .class extension
•
You ran it from the command line by typing
java filename
(without the .class extension)