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 string in java? String is a data type?

567


How many bits are in a sentence?

572


What does a void function return?

537


what is the difference between process and thread? : Java thread

554


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

517






What are the advantages of exception handling?

542


Can singleton class be inherited in java?

507


How do you create immutable object in java?

533


What is java util collection?

545


Is 64bit faster than 32 bit?

566


What are the access modifiers in java?

576


How many types of keywords are there?

546


What does exp mean in math?

520


Which is better ascii or unicode?

553


How to create packages in java?

515