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
Is a boolean 1 bit?
What is a type parameter in java?
What are the types of java languages?
What is thread safe in java?
Does java set allow duplicates?
Can we clone singleton object?
What is meant by class?
What is an interface in java? Explain
What is thread pool in java with example?
Can java run on google chrome?
Explain serialization and deserialization in java?
What is == in java?
Define nashorn in java8.
How many types of variables are there?
What does snprintf return?