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
Can I declare class as static or private?
What do you mean by Function Overloading in java?
What is fail fast in java?
Why Do I Get A "permission Denied" Error After Downloading The .jnlp Java Launcher For The Vkvm?
How would you convert bytes to string?
Explain why wait(), notify() and notifyall() methods are in object class rather than in the reading class?
What is method in research paper?
Does java return by reference?
Can we define private and protected modifiers for the members in interfaces?
What is a literal coding?
What are scalar data types?
List the interfaces which extends collection interface?
What is the purpose of static methods and static variables?
how to know the total memory occupied by the objects in the ArrayList(Array list may contain duplicate objects)
How many types of flags are there?