Ask Question
11 February, 02:35

What is the difference between the file myprogram. java and the file myprogram. class?

+1
Answers (1)
  1. 11 February, 03:10
    0
    The. java file is the source code, human readable, commented and hopefully a bit pretty. The. class file is the bytecode that the JVM executes, and if you're lucky a human may be able to read some of it. Forget about the other stuff.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “What is the difference between the file myprogram. java and the file myprogram. class? ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers