根据数据库表中记录自动构造一棵结构树的一种高效算法 An efficient algorithm for automatically constructing a tree based on records in a database table
java程序员面试必备的32个要点.doc 第一,谈谈final, finally, finalize的区别。 第二,Anonymous Inner Class (匿名内部类) 是否可以extends(继承)其它类,是否可以implements(实现)interface(接口)? .....