上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 25 下一页

2006年12月19日

摘要: 系统提示系统提示i你还没有登录,不能进行该操作,请先登录;若还未注册,建议先注册成为系统会员。转到系统登录页注册新会员返回上一页 阅读全文
posted @ 2006-12-19 19:22 peter he 阅读(323) 评论(1) 推荐(0) 编辑
 
摘要: 第一,谈谈final, finally, finalize的区别。 第二,Anonymous Inner Class (匿名内部类) 是否可以extends(继承)其它类,是否可以implements(实现)interface(接口)? 第三,Static Nested Class 和 Inner Class的不同,说得越多越好(面试题有的很笼统)。 第四,&和&... 阅读全文
posted @ 2006-12-19 15:19 peter he 阅读(191) 评论(0) 推荐(0) 编辑
 
摘要: Java基础方面: 1、作用域public,private,protected,以及不写时的区别答:区别如下:作用域 当前类 同一package 子孙类 其他packagepublic √ √ √ √protected √ ... 阅读全文
posted @ 2006-12-19 15:15 peter he 阅读(203) 评论(0) 推荐(0) 编辑
 
摘要: 插入排序: package org.rut.util.algorithm.support; import org.rut.util.algorithm.SortUtil;/** * @author treeroot * @since 2006-2-2 * @version 1.0 */public class InsertSort implements SortUtil.Sort{ ... 阅读全文
posted @ 2006-12-19 14:59 peter he 阅读(213) 评论(0) 推荐(0) 编辑
上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 25 下一页