+ 3
you save them as a .java file.
example
myCode.java
when compiled the compiler will create the .class file.
example
myCode.class
this is the file the JRE executes when you run your code.
Hope this helps don't know what all the thumbs down are about if you don't know ask, understand and learn.



