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 the difference between superclass and subclass?
Is java owned by oracle?
What is += mean in java?
Which api is provided by java for operations on set of objects?
how to convert Java project into Maven ?
what is the messsage u r going to get from an objectoriented programing?
In a container there are 5 components. I want to display the all the components names, how will you do that one?
What do you understand by the bean persistent property?
What do you mean by platform independence? What is an interface?
Can we use a switch statement with strings?
What is double parsedouble in java?
What is the purpose of lambda expressions?
How many functional interfaces does java 8 have?
Does a class inherit the constructors of its superclass in java programming?
What is a constructor overloading in java?