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
How can you set an applet’s height and width as a percentage?
which class is the wait() method defined in? : Java thread
Why does my function print none?
What are user defined exceptions?
What is the size of boolean variable?
Which is a valid identifier?
What is lambda in java?
What is a java developer salary?
Write a program in java to calculate the difference between the sum of the odd level and even level nodes of a binary tree.
Difference between serialization and deserialization in java?
According to java operator precedence, which operator is considered to be with highest precedence?
Can we use this () and super () in a method?
Is string a class in java?
Explain the features of java?
Is list ordered in java?