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
Why isn’t there operator overloading?
What is the difference between inheritance and encapsulation?
What will happen if non-synchronized method calls a static synchronized method and what kind of lock it acquires?
What do you mean by jjs in java8?
What is the difference between abstract classes and interfaces?
What is data type example?
What is hashtable and explain features of hashtable?
Lowest Common ancestor in a Binary Search Tree and Binary Tree.
How can we achieve thread safety in java?
Is space a character in java?
What is data type in java?
Wha is the output from system.out.println(“hello”+null); ?
What are the Class Libraries ?
Which of the following classes will have more memory allocated?
what is the role of xml in core java?? and how we can use it?? can somebody give a sample program with explanation and from where i can read more about xml?????