Answer Posted / jitesh singh
JVM works is only to provide memory and resource allocation
.the conversion of bytecode into machine code is done by
J.I.T(just in time compiler)
if a program is executed on the same machine then the full
resources used by JVM else if on other system then less
resources used by JVM.
| Is This Answer Correct ? | 3 Yes | 7 No |
Post New Answer View All Answers
What is a "pure virtual" member function?
What is == in java?
Where can I find jdk in my computer?
What is the formula to calculate percentage?
What is an example of a constant variable?
What is the function of character?
What access modifiers can be used for methods?
How to obtain a performance profile of java program
why Interface used?
What is the purpose of the enableevents() method in java programming?
What methodology can be utilized to link to a database?
How do you input a string in java?
What is temp in java?
What is skeleton and stub?
What is the primitive type byte?