Answer Posted / 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 |
Post New Answer View All Answers
What is the purpose of the main method?
Give few examples of final classes defined in Java API?
When a byte datatype is used?
Will the compiler creates a default constructor if I have a parameterized constructor in the class?
Are strings immutable in java?
Can string be considered as a keyword?
Explain about member inner classes?
What is meant by JVM? Is JVM platform independent or not?
How do you compare objects in java?
What is oops in java?
Is class forname reflection?
Can we serialize singleton class?
Is hashset ordered?
What is a double?
what is a thread pool in java and why is it used?