随笔-1  评论-1  文章-0  trackbacks-0

//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 阅读(98) 评论(1)  编辑  收藏

评论:
# re: Java Class Structure 2011-11-23 12:42 | 爱尚婚纱
这个不错啊  回复  更多评论
  

只有注册用户登录后才能发表评论。


网站导航: