Question #3600

3. Write a document what is class file and what is .java file. Your mentor will ask what are these files

Expert's answer

.java file (source code) is a text written using the format and syntax of the java language.
.class file& is a source code, compiled into an output file known as bytecode. If a source file has more than one class, each class is compiled into a separate .class file. These .class files can be loaded by any Java Virtual Machine (JVM).&

LATEST TUTORIALS
APPROVED BY CLIENTS