Computer Applications

Distinguish between ".java" file and ".class" file

Java Intro

62 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

29 Likes


Related Questions