What is the java file in java?
The java file has the actual JAVA code present in it,..i.e the
entire coding is done in that file..
you can view it using any text editor..
After compiling it you get a class file of every class present
in the java file
When you open a class file in a text editor, you won't see
anything that makes sence. You won't find the original code that
you wrote in the java file. That is because a class file is a
product of the compilation of a java file.