
java
wooky
我是一个中国人,出生在一个小山村
2000年开始接触电脑,2002年开始有自己的QQ
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
How Will Java Technology Change My Life?
acturally it is about the feature of the Java language! has nothing to do with the life,if you want to find the tie between the Java language and life .pleas Alt+F4:)How Will Java Technology Change原创 2007-08-13 20:13:00 · 858 阅读 · 0 评论 -
java 原文件名不一定要和类名一样
今天发现的,在类名没有被声明为public的时候,sours code文件名和类名无关,都可以编译生成bytecode。不过我测试都是单个类的情况 the file name of the sourse file of Java could be diffrerent with the class name since theres no modifier before it :)原创 2007-08-13 22:33:00 · 1084 阅读 · 0 评论 -
observe the real world
Take a minute right now to observe the real-world objects that are in your immediate area. For each object that you see, ask yourself two questions: "What possible states can this object be in?" and "原创 2007-08-25 13:51:00 · 663 阅读 · 0 评论 -
distinguish between variable and field
The important thing to remember is that parameters are always classified as "variables" not "fields". This applies to other parameter-accepting constructs as well (such as constructors and exception原创 2007-08-26 15:58:00 · 605 阅读 · 0 评论 -
java学习
这两天算是在做准备工作 07年的时候在自己电脑上做过一个学习环境,可惜电脑被偷了 这次要聪明点,要将做好的环境备份到台式机上 今天的主要学习内容已经在learn文件夹里,明天复习 另外eclipse也已经安装就绪,刚刚粗略看了下 java 和c++集成到eclipse里的文章 暂时还是先不弄了,等用到的时候再弄 接下来在环境方面需要改善的 1、完善家庭服务器 2、将笔记本的屏原创 2012-06-30 00:59:49 · 261 阅读 · 0 评论