- 1
what is .class file
5 Antworten
+ 1
.class files are the files created after compilation of .java file by jdk. the .class file has a binary format which is then interpreted by jvm to convert binar code into machine understandable code.
+ 1
file which contains the java bytecode.
0
intermediate compilied version of your source file, containing byte code and jvm instructions/hints
0
thanx buddy
0
Thanks