Editorial ReviewsBack Cover CopyThe best-selling guide for serious programmers of Java technology
Core Java(TM) 2, Volume I--Fundamentals (7th Edition) (Core) by , List Price:
Editorial ReviewsThe fifth edition of Core Java 2: Volume II--Advanced Features brings a classic Jav
鼠标监听器 方法 事件 MouseListener mousepressed mousereleased mouseentered mouseexited mousec
鼠标监听器 方法 事件 MouseListener mousepressed mousereleased mouseentered mouseexited mousec
iBuyPower的电脑台式机,最大的特色就是其机箱设计,这次新出的主机,加入了Core i7,定位于游戏电脑,显然在外观上要有所表现,机箱前面板采用的是蓝色冷光设计, Intel"s 3.33GHz
将Fedora Core的gcj替换为sun的java的脚本 现在gcj还不支持Java 1.5,所以有很多程序执行不了。可惜Fedora Core使用的恰好是这个开源实现,而相比而言,我更喜欢Sun
第六章 方法 1.方法的调用:a 对象引用后跟一点(.)操作符和方法名 b 类名后跟方法名(这种形式只适用于类的static方法) 2.将基本数据类型值转换为另一个基本数据类型时,Java会提升较低的
第八章 基于对象的编程 1.用要害字public定义的类必须存于与该类同名的文件中,并且文件扩展名为.Java。在同一个文件中定义多于一个public类是语法错误。 2.java中定义一个类时总要继续
Java how to program(Third Edition) ——手记 第二章 Java应用程序 1.java的每一个程序包括