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 variable analysis?
What does indexof mean?
What does java stand for?
explain autoboxing in java?
Is java 11 paid version?
What is a parameter in simple terms?
What is time complexity java?
What is tochararray in java?
Is binary a low level language?
What is nullpointerexception in java?
What is the properties class in java programming?
What does it mean that a class or member is final?
Can a static class have a constructor java?
Is java a virus?
What is stack example?