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
Are true and false keywords?
What is Session reduplication and how its done?
What are the advantages of java?
Why multiple inheritance is not supported by java?
Describe string intern() methodology
What is a key in java?
What is bool mean?
How many techniques can be employed to create a string object?
What is a class instance variable?
What is the common usage of serialization? What exceptions occur during serialization?
Do we need to manually write Copy Constructor?
What is nextint java?
What is the different between get and post?
What is codebase?
What are three ways in which a thread can enter the waiting state in java programming?