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 advantages of user defined functions?
what is mutual exclusion? How can you take care of mutual exclusion using java threads? : Java thread
Which is dependent variable?
Can a final method be overloaded?
What does it mean that strings are immutable?
What about features of local inner class?
How large is a boolean?
What is stream api in java8?
Given a singly linked list, find the middle of the list in a single traversal without using temporary variable.
What is a bufferedreader?
What is map java?
what is the difference between future and callable interface in java?
Can we have more than one package statement in source file ?
Define inheritance with reference to java.
What is meant by main method?