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
Explain covariant method overriding in java.
What is difference between static and abstract class?
Can two objects have same hashcode?
What isan abstract class and when do you use it?
Why do we declare a class static?
Why do we need wrapper classes?
What is the difference between a local variable and an instance variable?
You can create a string object as string str = “abc”; why cant a button object be created as button bt = “abc”;? Explain
What is difference between Heap and Stack Memory?
What is the formula to calculate percentage?
What is the difference between throw and throws keywords?
What is return in java?
What is the inheritance?
What is files manifesting?
What are thread priorities and importance of thread priorities in java?