difference between .java and .class | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
- 1

difference between .java and .class

19th Aug 2016, 4:56 PM
Akash Gupta
Akash Gupta - avatar
2 Respostas
+ 2
.java files are where you write your code, .class files are bytecode resulting from the compilation of .java files by javac.
19th Aug 2016, 5:01 PM
Zen
Zen - avatar
+ 2
.java has the source code, .class has the compiled java bytecode
23rd Aug 2016, 9:01 PM
kelvin kosgei
kelvin kosgei - avatar