+ 1
.class is the byte code generated by java compiler. Which makes java platform independent. And it is generated because we write as javac filename.java which compiles a java file and generate byte code that is .class file that is machine understandable and increases security of a program because a human cannot understand it.
11th Jan 2017, 8:56 AM
Divesh Agarwal
Divesh Agarwal - avatar