what is meaning of JIT?

Answer Posted / rushabh doshi gujarat vidyapi

Just In Time compiler
JVM
contains both Interpreter and JIT compiler both are
combindely used for converting byte code to machine
language instruction
Overview
Java(tm) is one of the most dominant programming languages,
and used for a wide range of applications including games
and pervasive devices and mission-critical e-business
applications. A Java program is compiled into an
intermediate language called bytecodes, and it can be
downloaded through the network and executed on any
computers that have Java execution environment. However,
the overhead for interpreting bytecodes is a serious
bottleneck.

We have been researching and developing various techniques
for the Java Just-In-Time Compiler, which allows much
faster execution by compiling bytecodes into native machine
code on the fly. Our JIT compiler is used on almost all
Java platforms of IBM, ranging from network computers (NC)
to mainframes.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is hash code collision?

681


Can keyword be used as identifier?

642


when should you use stringbuilder class in a program?

607


Does list allow duplicates in java?

607


What is difference between ++ I and I ++ in java?

614






List out five keywords related to exception handling ?

690


What is static block?

673


If you do not want your class to be inherited by any other class. What would you do?

666


What is the purpose of abstract class?

601


State the merge-sort principle and its time complexity.

646


what is instanceof operator used in java?

676


What is meant by stack and queue?

676


What are different data types?

654


What is public static void main?

658


What is javac in java?

648