Answer Posted / tushar
JIT(just in time)compiler for the Java language allows
interpreted Java programs to be automatically compiled into
native machine language on the fly, for faster performance
of the program. Some JVMs include a JIT compiler.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is data type in java?
Which api is provided by java for operations on set of objects?
Can an interface have a class?
What do you understand by the bean persistent property?
Have you ever used hashtable and dictionary?
Why lambda expression is used in java?
Explain treeset?
Can we create more than one object singleton class?
What is stringreader?
Who is the owner of java?
How many bytes are there?
What is variable length arguments in java?
What must a class do to implement an interface in java programming?
What is an infinite loop in java? Explain with an example.
Why there are some null interface in java? What does it mean?