最新文章列表

transient,volatile和strictfp关键字(转)

Java中的transient,volatile和strictfp关键字      如果用transient声明一个实例变量,当对象存储时,它的值不需要维持。例如:   写道 class T { transient int a; //不需要维持 int b; //需要维持 }   这里,如果T类的一个对象写入一个持久的存储区域,a的内容不被保存,但b的将 ...
zcooke 评论(0) 有1073人浏览 2012-11-02 10:29

Java中的transient,volatile和strictfp关键字

Java中的transient,volatile和strictfp关键字     如果用transient声明一个实例变量,当对象存储时,它的值不需要维持。例如: Java代码   class T {       transient int a;  //不需要维持       int b;  //需要维持    }   class T { trans ...
yypiao 评论(1) 有909人浏览 2012-03-16 19:59

Chapter 3. Fundamental programming structures in Java -- Core Java Ninth Edition

1.  Java is case sensitive.   2.  The rules for class names in Java are quite generous. Names must begin with a letter, and after that, they can have any combination of letters and digits.   3.  ...
leonzhx 评论(0) 有2327人浏览 2011-12-07 11:23

最近博客热门TAG

Java(141747) C(73651) C++(68608) SQL(64571) C#(59609) XML(59133) HTML(59043) JavaScript(54918) .net(54785) Web(54513) 工作(54116) Linux(50906) Oracle(49876) 应用服务器(43288) Spring(40812) 编程(39454) Windows(39381) JSP(37542) MySQL(37268) 数据结构(36423)

博客人气排行榜

    博客电子书下载排行

      >>浏览更多下载

      相关资讯

      相关讨论

      Global site tag (gtag.js) - Google Analytics