I am really struggling to understand the following thing
Previously I know:
When a Java program is compiled .class file will be generated. In th
.class
It compiles it just in time for the JVM with optimizations.