
常量池
文章平均质量分 77
denverj
这个作者很懒,什么都没留下…
展开
-
JVM学习笔记-常量池(Constant Pool)
For each type it loads, a Java Virtual Machine must store a constant pool. A constant pool is an ordered set of constants used by the type, including literals (string, integer, and floating...原创 2011-10-25 09:50:54 · 1692 阅读 · 0 评论 -
JVM学习笔记-特殊字符串(Special Strings)
Special Strings 特殊字符串 The symbolic references contained in the constant pool involve three special kinds of strings: fully qualified names, simple names, and descriptors. All symbolic refe...原创 2011-11-05 14:33:00 · 240 阅读 · 0 评论