Answer Posted / angel
JIT means just-in-time which is also known as dynamic
translation.A jit is a code generator that converts java
bytecode into native machine code.A jit compiler can be used
as a way to speed up execution of bytecode.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What are the Static and Dynamic Variables? Differentiate them.
Why are functions called methods in java?
Does java return by reference?
What is the benefit of abstract class?
Can we overload the methods by making them static?
How much ram can a 64 bit processor theoretically?
What is the difference between variable declaration and variable initialization?
how to split string in java?
What is the difference between class forname and new?
Write code to implement bubble sort in java?
What is the default value of local and global variables?
Why is it important to initialize a variable?
Where is jre installed?
What is substring in java?
What is a Presistent Object?