avatar
Core Java2 Notes (3)# Java - 爪哇娇娃
e*c
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
相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。