0

java class file

what is java class file after successfully compilation of java code

5th Feb 2017, 5:22 AM
akshay
akshay - avatar
2 odpowiedzi
0
A Java class file is a file (with the .class filename extension) containing Java bytecode that can be executed on the Java Virtual Machine (JVM). A Java class file is produced by a Java compiler from Java programming language source files (.java files) containing Java classes. If a source file has more than one class, each class is compiled into a separate class file. JVMs are available for many platforms, and a class file compiled on one platform will execute on a JVM of another platform. This makes Java platform independent.
6th Feb 2017, 9:30 AM
Rishav Mishra
Rishav Mishra - avatar
0
plz rate if u like my answer
10th Feb 2017, 6:12 PM
Rishav Mishra
Rishav Mishra - avatar