Computer Applications
Distinguish between ".java" file and ".class" file
Java Intro
60 Likes
Answer
| ".java" file | ".class" file |
|---|---|
| It contains the Java source code of the program. | It contains the Bytecode of the program. |
| It is written by human (programmer) | It is generated by Java compiler. |
Answered By
28 Likes