what is meaning of JIT?

Answers were Sorted based on User's Feedback



what is meaning of JIT?..

Answer / mrangababu

JIT :(Just In Time compiler) Execution engine of JVM
contains both Interpreter and JIT compiler both are
combindely used for converting byte code to machine
language instruction ..

Is This Answer Correct ?    8 Yes 0 No

what is meaning of JIT?..

Answer / anil

Just In Time

Is This Answer Correct ?    7 Yes 3 No

what is meaning of JIT?..

Answer / 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

what is meaning of JIT?..

Answer / angel

JIT means just-in-time which is also known as dynamic
translation.A jit is a code generator that converts java
bytecode into native machine code.A jit compiler can be used
as a way to speed up execution of bytecode.

Is This Answer Correct ?    3 Yes 2 No

Post New Answer

More Core Java Interview Questions

What do you understand by the bean persistent property?

0 Answers  


can we have function for truncating the sign as like abs in oracle.

1 Answers  


What is early binding and late binding in java?

0 Answers  


Tell me about your ability to work under pressure

0 Answers   AXA,


Can a top level class be private or protected?

0 Answers  






What is method Overriding in the perspective of OOPS?

4 Answers   TCS,


To obtain design information about an object, which class in used?

1 Answers  


How we can execute any code even before main method?

0 Answers  


What is the meaning of find and replace?

0 Answers  


What is the use of arraylist class in java?

0 Answers  


Is a boolean 1 bit?

0 Answers  


Program to output as below formate: 1 2 3 4 5 6 7 8 9 10

4 Answers   Huawei,


Categories