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

Explain covariant method overriding in java.

653


What is difference between static and abstract class?

610


Can two objects have same hashcode?

655


What isan abstract class and when do you use it?

1001


Why do we declare a class static?

645






Why do we need wrapper classes?

678


What is the difference between a local variable and an instance variable?

640


You can create a string object as string str = “abc”; why cant a button object be created as button bt = “abc”;? Explain

627


What is difference between Heap and Stack Memory?

620


What is the formula to calculate percentage?

621


What is the difference between throw and throws keywords?

661


What is return in java?

635


What is the inheritance?

635


What is files manifesting?

1845


What are thread priorities and importance of thread priorities in java?

710