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 the ==?
What are the 3 types of loops in java?
What is an infinite loop in java? Explain with an example.
When do we use synchronized blocks and advantages of using synchronized blocks?
What is the use of set in java?
2) Suppose there are 5 directories having lot of files (say txt files) in each directory. 2 things :- 2.1) You want to search for filenames which have a particular pattern. 2.2) Out of these filtered files you want to search for a particular keyword or a search string. How can you achieve this?
What is string [] java?
Explain the key functions of data binding?
What is the difference between yielding and sleeping?
What is covariant return type?
What is the different types of functions?
What is the exact difference in between Unicast and Multicast object? Where will it be used?
What is a parameter in java?
What is a method in java?
Is the milky way in a void?