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 a data structure java?
What is static class
take an array with -ve and +ve value both.find out the nearest value of 0(zero).if two values are same like(-2 and +2)then extract +2 is nearest of 0(zero).
Which package has light weight components?
What about interrupt() method of thread class ?
What does sizeof return?
What is early binding and late binding in java?
What is basic syntax?
List some important characteristics on jre
What is the difference between this() and super() in java?
What makes a function well defined?
Explain features of interfaces in java?
What is a website container?
What is the difference between && and & in java?
What is the static variable?