01.
[J2SE 1.5]Joshua Bloch咏Tiger诗八首.article {padding:1em;background:white;}.abstract {padding:1em 1ex 1em 2em;}.author, .date {padding:0.5ex 0 0 1em;}h1.title, h2.major, h3.minor, h4.listing { margin:1ex 2px 1ex;color:#0066CC;font-fa...查看完整版>>
[J2SE 1.5]Joshua Bloch咏Tiger诗八首
02.
What"s New in J2SE 1.5 ? -- Interview on Joshua BlochWhat"s New in J2SE 1.5 ? -- Interview on Joshua Bloch What"s New in J2SE 1.5 ? -- Interview on Joshua Bloch TheServerSide recently interviewed Joshua Bloch, author of the Collections...查看完整版>>
What"s New in J2SE 1.5 ? -- Interview on Joshua Bloch
03.
What's New in J2SE 1.5 ? -- Interview on Joshua BlochTheServerSide recently interviewed Joshua Bloch, author of the Collections framework, java.math, the book Effective Java, etc. Joshua discusses new Java language features scheduled for the Java 1.5 'T...查看完整版>>
What's New in J2SE 1.5 ? -- Interview on Joshua Bloch
04.
Sun发布J2SE 1.4.2,宣布Tiger发布里程碑Sun宣布了J2SE 1.5的发布里程碑,Tiger将于今年年底之前发布一个beta版本。另外,J2SE 1.4.2(代号“Mantis”——蟑螂)已经发布,修补了4000多个bug,增加了对Itanium CPU的完全支持,提供了两种新的Swing观感:Win...查看完整版>>
Sun发布J2SE 1.4.2,宣布Tiger发布里程碑
05.
J2SE1.5便于开发的新语言特性:Joshua Bloch的访谈录(5)(完)看起来真的很好。您乐意跟我们介绍一下静态导入(static import)会给开发者带来什么吗? 它让程序员不必在使用类的静态成员时前缀类名。人们确实希望这样,所以他们经常实现所谓的常数接口来达到这个效果: // "C...查看完整版>>
J2SE1.5便于开发的新语言特性:Joshua Bloch的访谈录(5)(完)
06.
J2SE1.5便于开发的新语言特性:Joshua Bloch的访谈录(4)新的“类型安全的枚举”(typesafe enums)比用整数枚举(int enum)有什么优势? 这个问题在我的书第21项中有详细的论述。简要地说: 它提供了编译期类型安全,而整数枚举根本没有提供任何类型安全。 它们对被枚举的...查看完整版>>
J2SE1.5便于开发的新语言特性:Joshua Bloch的访谈录(4)
07.
J2SE1.5便于开发的新语言特性:Joshua Bloch的访谈录(3)您能把泛型和"for增强"结合在一起吗? 当然没问题。你看,我们把泛型技术融入到上面的代码中: void cancelAll(Collection<TimerTask> c) { for (TimerTask task : c) task.cancel();} 我觉得这是更...查看完整版>>
J2SE1.5便于开发的新语言特性:Joshua Bloch的访谈录(3)
08.
J2SE1.5便于开发的新语言特性: Joshua Bloch的访谈录(2)您能把这六个方面的改进概括一下吗? 那好,我做一个简述: 泛型Generic – 提供了collection操作的编译期类型安全,并且避免了类型转换的苦差事。For循环增强Enhanced for loop – 避免使用容易引起错误的迭代器.自...查看完整版>>
J2SE1.5便于开发的新语言特性: Joshua Bloch的访谈录(2)
09.
J2SE1.5便于开发的新语言特性: Joshua Bloch的访谈录(1)J2SE1.5便于开发的新语言特性:Joshua Bloch的访谈录原文http://java.sun.com/features/2003/05/bloch_qa.htmlby May 8, 2003随着预期Java 2 Platform, Standard Edition 1.5 (J2SE 1.5) beta版本在2003年晚一些时候...查看完整版>>
J2SE1.5便于开发的新语言特性: Joshua Bloch的访谈录(1)
10.
我与 Joshua Bloch 的 email 讨论(emails between Joshua Bloch and me)Here are some email between me and Joshua Bloch. I hope these email will do some help for you. These mail had been saved for some time. I think I can share them with you. About Joshua Bloch,...查看完整版>>
我与 Joshua Bloch 的 email 讨论(emails between Joshua Bloch and me)
免责声明:本文为网络用户发布,其观点仅代表作者个人观点,与本站无关,本站仅提供信息存储服务。文中陈述内容未经本站证实,其真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。