JVM学习笔记-方法区示例与常量池解析(Method Area Use And Constant Pool Resolution)
AsanexampleofhowtheJavaVirtualMachineusestheinformationitstoresinthemethodarea,considertheseclasses:为了展示虚拟机如何使用方法区中的信息,我们举个例子,看下面这个类:begin//OnCD-ROMinfilejvm/ex2/Lava.javaclassLava{privateintspeed=5;/