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
Difference between java and javascript
Can we extend immutable class?
How to sort an array in java without using sort method?
How destructors are defined in java?
What does flagged out mean?
Difference difference paint() and paintcomponent()?
Is it necessary for the port addresses to be unique? Explain with reason.
What are alternatives to java serialization?
What is object in java?
What is callable java?
Explain the JDB in depth & command line.
Is linked list a linear or non-linear data structure?
What is the difference between a choice and a list?
What is final keyword in java? Give an example.
How do you check if a string contains only numeric digits?