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
How can we create a synchronized collection from given collection?
What happens if constructor is private?
How much ram can a 64 bit processor theoretically?
What are the advantages of user defined functions?
What is return type in java?
State some situations where exceptions may arise in java?
What is complexity and its types?
Why a dead thread occurs?
What is slash r?
How we can declare a static variable?
What is the difference between length and size in java?
Why is it called boolean?
Which class cannot be a subclass in java?
Does sprintf add a null terminator?
What is meant by polymorphism?