Ask Question

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

+4
Answers (1)
  1. 4 January, 13:59
    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 & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers