I recently read about JVM specification according to Artima Inside the JVM 2-nd Ed. One of the chapters mentioned type storing in the Java runtime and it said that:
班次<代码>java.lang。 类别代码>由Java虚拟机器为其装载的每一类型制造。 虚拟机器必须以某种方式将某种类型的类型与方法领域的类型数据联系起来。
我几乎感到困惑不解,因为我总是认为,<编码>Class文档中包含类型信息的方法学领域的位置。 是否还有其他一些地方是 Java仓库的类型?