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 immutable class in java?
What is the difference between throw and throws keywords?
How to do encapsulation in java?
Why is singleton not thread safe?
What is meant by final class?
What is lexicographically smallest string?
What is unicode datatype?
What are the advantages of user defined functions?
Can we make a constructor final?
What is the difference between inner class and nested class?
What is Major and importance difference between for and foreach loop ?
Is call by reference possible in java?
Can a variable be local and static at the same time?
Can we override the overloaded method?
What do you mean by jjs in java8?