what are .class files | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

what are .class files

31st Oct 2016, 3:36 AM
Utkarsh
Utkarsh - avatar
4 Answers
+ 3
It's a file containing bytecode. When you compile your .java files, they get converted into .class files.
31st Oct 2016, 6:32 PM
DaemonThread
DaemonThread - avatar
+ 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.
31st Oct 2016, 3:52 AM
Aditya kumar pandey
Aditya kumar pandey - avatar
0
.class file make after compile java file
19th Nov 2016, 1:51 AM
balram sao
balram sao - avatar
0
They are complied version of the java code you have written.
8th Jan 2017, 11:22 PM
yeabman
yeabman - avatar