.class vs .java
A .class file is a compiled .java file. .java is all text and is human readable..class is binary (usually). You compile a java file into a class file by going to the command line, navigating to the .java file, and running You must have a java SDK installed on your computer (get it from Oracle), and … Read more