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 does indexof work?

502


What is difference between equal and == in java?

518


How can I become a good programmer?

486


Is string serializable in java?

538


How to create a custom exception?

567






Define class?

513


why java uses class level type casting ?

2251


What are the types of sockets in java?

538


Does constructor return any value?

574


Explain the difference between an Interface and an Abstract class?

622


what is recursion in java

594


how to create multithreaded program? Explain different ways of using thread? When a thread is created and started, what is its initial state? Or extending thread class or implementing runnable interface. Which is better? : Java thread

589


What is the main purpose of serialization in java?

525


What kind of variables a class can consist of?

630


What is the nested interface?

593