Java class file format:修订间差异
imported>Soleverlee 无编辑摘要 |
imported>Soleverlee 无编辑摘要 |
||
第1行: | 第1行: | ||
Java文件编译成class字节码后,其结构如下: | Java文件编译成class字节码后,其结构如下: | ||
[[Image:Jvm_class_format.png| | [[Image:Jvm_class_format.png|400px]] | ||
Java的类型描述: | Java的类型描述: | ||
<source lang=" | <source lang="java"> | ||
Java type Type descriptor | //Java type Type descriptor | ||
boolean Z | boolean Z | ||
char C | char C |