Can some one tell me a good reference to study about java virtual machine? [closed]
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this questionCan some one tell me a good reference to study about java virtual machine
The best way to know important things on the JVM is the VM Spec. You should also look at every JSR related to the JVM such as JSR-924, JSR-202, JSR-133, etc.
Resources:
- Wikipedia - JVM and Wikipedia - Java Memory Model
- oracle.com - Clarifications and Amendments to the Java Virtual Machine Specification
精彩评论