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
Which class represents the socket that both the client and server use to communicate with each other?
Are there structures in java?
What is a class in java?
Why does java not support pointers?
What is complexity in java?
What do you know about the garbage collector in java?
What is javac_g?
What is java and its types?
What is an i/o filter?
What is lambda expression in java?
What is the purpose of the file class in java programming?
Why java is considered dynamic?
Can you inherit from an abstract class java?
Explain when we should make an instance variable private.
Is java free for commercial?