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
What is hash code collision?
Can keyword be used as identifier?
when should you use stringbuilder class in a program?
Does list allow duplicates in java?
What is difference between ++ I and I ++ in java?
List out five keywords related to exception handling ?
What is static block?
If you do not want your class to be inherited by any other class. What would you do?
What is the purpose of abstract class?
State the merge-sort principle and its time complexity.
what is instanceof operator used in java?
What is meant by stack and queue?
What are different data types?
What is public static void main?
What is javac in java?