What is the difference betwen .java files and .class files? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

What is the difference betwen .java files and .class files?

10th Aug 2016, 7:07 AM
Ziad Ahmed
Ziad Ahmed - avatar
1 ответ
0
.java is the source code you write, .class is the compiled code from the JVM. You write the .java and you run the .class
10th Aug 2016, 8:08 AM
James
James - avatar