由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - Core Java2 Notes (3)
相关主题
Re: Java Tip: ConstantSUN是不是不提供java2 sdk documentation 下载了?
Core Java2 Notes (1) help!
Core Java2 Notes (2)Printable Java2参考大全(第四版)pdf文件
Core Java2 Notes (4)final static constants easy get cached?
Core Java2 Notes (5)想自学J2EE
Core Java2 Notes (6)java2 参考大全下载,有1百多个电子书
List, LinkedList and VectorJava 1.2 和 最新版Java 的差别大不大?
今天才知道Google Java coding standard
相关话题的讨论汇总
话题: box话题: infinity话题: core话题: java2话题: notes
进入Java版参与讨论
1 (共1页)
e***c
发帖数: 68
1
7. Using an IDE
http://www.sun.com/forte/ffj/ce/
Fote is quite nice, however, it requires big memory :(
8. There are constants, Double.POSITIVE_INFINITY, Double.NEGATIVE_INFINITY,
and Double.NaN.
There are rarely used in prectice. Maybe you will check whether a varible is
a number.
if( Double.isNaN(x) ) //Check whether x is "not a number".
9. Although Java is sensitive, in general, we should avoid two names that on
ly differ in their letter
case.
Box box; //ok--Box is the type and box is the var
1 (共1页)
进入Java版参与讨论
相关主题
Google Java coding standardCore Java2 Notes (5)
any tools for ...Core Java2 Notes (6)
Re: Why are all java IDEs written in javList, LinkedList and Vector
eclipse 气死我了!今天才知道
Re: Java Tip: ConstantSUN是不是不提供java2 sdk documentation 下载了?
Core Java2 Notes (1) help!
Core Java2 Notes (2)Printable Java2参考大全(第四版)pdf文件
Core Java2 Notes (4)final static constants easy get cached?
相关话题的讨论汇总
话题: box话题: infinity话题: core话题: java2话题: notes