- 博客(12)
- 收藏
- 关注
转载 类的构造过程实例
//InitializationTest.javapackage foldConstructor;// //父类的定义class Parent { int pm1; int pm2 = 10; int pm3 = pmethod(); { System.out.println("Parents instance initialize block"); } public stat
2004-09-02 20:02:00 987
转载 Java堆的管理--垃圾回收
//Garbage.javaclass Chair { static boolean gcrun = false; static boolean f = false; static int created = 0; static int finalized = 0; int i; Chair() { i = ++created; if(cre
2004-08-21 22:18:00 680
转载 JAVA内部类
//StaticCls.javapublic class StaticCls{ public static void main(String[] args){// OuterCls ci = new StaticCls().new OuterCls();//method 3 replace 2.1// OuterCls.InnerCls oi=new OuterCls.InnerCls()
2004-08-19 22:37:00 1136
转载 SUN JAVA程序员认证考试大纲
Sun Certified Java Programmer (Java 2) Basic Object Oriented Concept Object An instance of a class Has state and behavior State is contained in its member variables Behavior is implemented through its
2004-08-17 20:34:00 1672
转载 Java访问数据库的速度瓶颈问题的分析及解决
http://www-900.ibm.com/developerWorks/cn/java/l-dbperform/index.shtmlJDBC访问数据库的机制
2004-08-17 15:31:00 743
转载 如何判别闰年?
闰年的来历 关于公历闰年是这样规定的:地球绕太阳公转一周叫做一回归年,一回归年长365日5时48分46秒。因此,公历规定有平年和闰年,平年一年有365日,比回归年短0.2422日,四年共短0.9688日,故每四年增加一日,这一年有366日,就是闰年。但四年增加一日比四个回归年又多0.0312日,400年后将多3.12日,故在400年中少设3个闰年,也就是在400年中只设97个闰年,这样公历年的平均
2004-08-12 11:11:00 1830
转载 关于Java异常处理的学习代码
//MultiNest.javaclass MultiNest{ static void procedure(){ try{ int c[] = { 1 }; c[42] = 99; }catch(ArrayIndexOutOfBoundsException e){ System.out.println("array index oob: " + e); } } publi
2004-08-06 16:01:00 1012
转载 相关学习链接
Java:http://www.cjsdn.net/post/view?bid=17&id=93783&sty=1&tpg=1&age=0http://www.huihoo.com/patterns/java_factory.htmlhttp://dev.csdn.net/develop/article/10/10559.shtmhttp://snipsnap.org/space/starth
2004-08-05 22:52:00 814
转载 Java IO类的好例程
http://blog.csdn.net/chensheng913/archive/2004/07/03/33279.aspx 学习中……
2004-07-21 21:06:00 545
原创 学好Java不容易……
两类人: ???先学后用 ???先用后学 ?从最开始学习C语言到C++,我体会到编程跟开发的区别。花的时间不少就是不知道出路在什么地方,可能是没有一次真正的开发机会吧……,什么事情都要自己亲自去体会,而漂浮在表面上是不会有什么收获的,至少作为一个程序员应该沉得下去哦…… 后来我用过VB的环境,说是开发,但是我怎么也体会不到产品的味道!不是说VB不行,而是我还是没有找到一个切入点,在开发的过程中比较
2004-07-21 17:21:00 647
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人