what is meaning of JIT?

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


Please Help Members By Posting Answers For Below Questions

What is a double vs float?

528


How to add menushortcut to menu item?

557


What is the difference between class forname and new?

538


What is a return in java?

545


what is the difference between the methods sleep() and wait()? : Java thread

501






Difference between object and reference?

670


Is hashset ordered?

540


What does file separator do in java?

526


How many types of methods are there?

539


Can we override constructor in java?

566


What is overloading and overriding in java?

651


What is the exception hierarchy in java?

476


Is it possible to use Semaphore/ Mutex in an Interrupt Handler?

527


From the two, which would be easier to write: synchronization code for ten threads or two threads?

605


How does hashmap work in java ?

533