- 1
difference between .java and .class
2 Respuestas
+ 2
.java files are where you write your code, .class files are bytecode resulting from the compilation of .java files by javac.
+ 2
.java has the source code, .class has the compiled java bytecode