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 is lambda in java?
What is the maximum size of list in java?
make a method which any number and any type of argument and print sum of that arguments.....
What is the purpose of the main method?
Explain the difference between jvm and jre?
Is class is a data type?
Can a class extend more than one class?
What are the procedures?
Why is the type for real numbers called double?
Why is it called a string?
What is difference between == equals () and compareto () method?
What do you mean by inner class in java? Explain
Tell me the latest versions in java related areas?
What is string intern in java?
You're given a Boolean 2D matrix, can you find the number of islands?