解开JAVA_HOME\jre\lib\rt.jar中的java/lang/Runnable.class放到d盘下:
运行class analyzer,得到结果:magic number = 0xCAFEBABE
Version = 49.0
constant pool size = 9const index = 1, flag = 1
const type = Utf8
length = 3
value = ()Vconst index = 2, flag = 1
const type = Utf8
length = 10
value = SourceFileconst index = 3, flag = 1
const type = Utf8
length = 16
value = java/lang/Objectconst index = 4, flag = 1
const type = Utf8
length = 18
value = java/lang/Runnableconst index = 5, flag = 1
const type = Utf8
length = 3
value = runconst index = 6, flag = 7
const type = Class
index = 3 (where to find the class name)const index = 7, flag = 7
const type = Class
index = 4 (where to find the class name)const index = 8, flag = 1
const type = Utf8
length = 13
value = Runnable.java
Access flags:
public
interface
abstract
This class = 7
Super class = 6
Interfaces count = 0 请教各位,那个class analyzer是哪来的,如果知道的请说的详细点,这是我在一个人的blog上看到的,小弟不太明白,请指教!!