Ask Question
27 February, 14:59

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

+2
Answers (1)
  1. 27 February, 17:25
    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?
Get an answer to your question ✅ “What is the difference between the file myprogram. java and the file myprogram. class? ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers