What is JIT compiler ?
What is JIT compiler ?
So java source code (.java) file is converted to a byte code (.class) file with the help of javac compiler
Then jvm will convert this byte code into machine understandble code
When JIT is enabled -> jvm analyze the method ca...
hashcodehub.hashnode.dev1 min read