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
Can we override static methods in java?
What is "this" keyword in java? Explain
Is it possible to compare various strings with the help of == operator? What are the risks involved?
FOR EXAMPLE WE R HAVING TWO LIST ELEMENTS ..BOTH LISTS CONTAINS ID,NAME,PLACE ..I NEED TO COMPARE BOTH IDS IN TWO LISTS,IF ID'S R SAME MEANS WE HAVE ADD THE DETAILS(LIKE NAME,PLACE) TO MAP...HOW IS POSSIBLE ?CAN ANY ONE SUGGEST?
How are destructors defined in java?
What is a finally block? Is there a case when finally will not execute?
What is the concatenation operator in java?
Which class is the superclass of all classes?
How do weakhashmap works?
What is heterogeneous in java?
Why main() method is public, static and void in java ?
What is the difference between throw and throws keywords?
Is java a utf 8 string?
Is vector ordered in java?
Why Set interface contains unique elements, what internally implemented for this so that it contains unique elements?