What is jit compiler ?



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

Post New Answer

More Core Java Interview Questions

Is 9 a prime number?

1 Answers  


Which one will take more memory: an int or integer?

1 Answers  


What is string example?

1 Answers  


How to re-get an object that is collected by garbage collector?

1 Answers  


Define packages in java?

1 Answers  


How do generics work in java?

1 Answers  


What is difference between overloading and overriding?

2 Answers   Accenture,


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?

2 Answers  


Is overriding possible in java?

1 Answers  


What is a consumer in java?

1 Answers  


What is tree in java?

1 Answers  


Categories