+ 1
what are .class files
4 Antworten
+ 3
It's a file containing bytecode. When you compile your .java files, they get converted into .class files.
+ 2
when you execute java code in JVM, it create .class file. it is a class file that works same as you can import that like a normal class.
0
.class file make after compile java file
0
They are complied version of the java code you have written.