最新文章列表

transient,volatile和strictfp关键字(转)

Java中的transient,volatile和strictfp关键字      如果用transient声明一个实例变量,当对象存储时,它的值不需要维持。例如:   写道 class T { transient int a; //不需要维持 int b; //需要维持 }   这里,如果T类的一个对象写入一个持久的存储区域,a的内容不被保存,但b的将 ...
zcooke 评论(0) 有1097人浏览 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) 有929人浏览 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) 有2359人浏览 2011-12-07 11:23

最近博客热门TAG

Java(141741) C(73643) C++(68602) SQL(64557) C#(59604) XML(59131) HTML(59042) JavaScript(54917) .net(54782) Web(54511) 工作(54116) Linux(50906) Oracle(49861) 应用服务器(43285) Spring(40811) 编程(39452) Windows(39380) JSP(37540) MySQL(37267) 数据结构(36420)

博客人气排行榜

    博客电子书下载排行

      >>浏览更多下载

      相关资讯

      相关讨论

      Global site tag (gtag.js) - Google Analytics