class file in java is generated when you compile . java file using any Java compiler like Sun’s javac which comes along with JDK installation and can be found in JAVA_HOME/bin directory .
Where is .class file in Java?
class file in java is generated when you compile . java file using any Java compiler like Sun’s javac which comes along with JDK installation and can be found in JAVA_HOME/bin directory .