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

How to overcome the exception object reference not set to an instance of object?

630


How do I know if java is installed?

525


What are the 8 primitive data types in java?

555


Which language is java?

552


What is structure of java heap? What is perm gen space in heap?

548






Which class represents the socket that both the client and server use to communicate with each other?

582


What is the purpose of final keyword and when to use it?

533


What is stringwriter?

545


What is composition in java?

732


What is meant by anonymous class?

605


How to reverse a string in java?

534


Explain where variables are created in memory?

594


What is boolean example?

537


How do you implement tree mirroring in java?

603


Do loops java?

560