I wanna know how's jvm compile class file,when JIT compile the class file which handled by jvm,the output is assembly source code or binary executable code.In other words how does JVM compile class files and then what will be to do. Thanks in advanceI wanna know how's jvm compile class file,when