Answer Posted / ranganathkini
The JVM is the core of the Java platform and is responsible for:
1. Loading bytecodes from the class files
2. Verifying the loaded byte codes
3. Linking the program with the necessary libraries
4. Memory Management by Garbage Collection
5. Managing calls between the program and the host environment.
| Is This Answer Correct ? | 70 Yes | 8 No |
Post New Answer View All Answers
What is keyword auto for?
What is the formula to calculate percentage?
Can size_t be negative?
How many bits are used to represent unicode, ascii, utf-16, and utf-8 characters?
Can we create an object of private class?
Can you have two constructors in java?
What are the characteristics of java?
Why are functions called methods in java?
Write a program to calculate factorial in java?
What exceptions occur during serialization?
What does super keyword do?
Is it correct to say that due to garbage collection feature in java, a java program never goes out of memory?
Why to use nested classes in java?
How does the java compiler work?
List types of storage classes in java?