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's the purpose of static methods and static variables?
Do we have pointers in java?
What does @override mean?
How can you make sure that your singleton class will always return single instance in multi-threaded environment?
What is the difference between public, private, protected, and friend access?
What does three dots mean in java?
Why are global variables used?
What are extraneous variables examples?
What are the 5 types of research methods?
What are 5 boolean operators?
Which package has light weight components?
what is the purpose of "virtual"?
Can abstract class have private constructor?
What are thread safe functions?
Differentiate between postfix and prefix operators in java.