What is jit compiler ?
Answer / Amit Jeet Kumar
The Just-In-Time (JIT) compiler is a component of the Java Virtual Machine (JVM) that compiles Java bytecode into native machine code during runtime. This helps improve performance by eliminating the need to interpret every line of Java code at runtime.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is 9 a prime number?
Which one will take more memory: an int or integer?
What is string example?
How to re-get an object that is collected by garbage collector?
Define packages in java?
How do generics work in java?
What is difference between overloading and overriding?
what is the difference between applet and swing and gui application in java . What we do with the collections set and list interface
2 Answers CTS, Phoenix Technologies,
difference between String a; and String a=new String();? y do v need to assign memory to the variable?
Is overriding possible in java?
What is a consumer in java?
What is tree in java?