//below is the java source code Filename:Test.java
public class Test{
private int val;
public int getVal(){
return val;
}
}
// using “javac Test.java” command to compile this source file and then using WinHex tool to view the class file, the result as the fllowing
// using “javap –verbose Test” command to interpreter this class file and get the class file information
posted on 2011-11-23 09:04
Danial 阅读(101)
评论(1) 编辑 收藏