星期一, 10月 03, 2005

Lab 10-03-2005

Display 1.7 of Chap. 1

Project 5 of Chap. 1

"tell me and I'll forget; show me and I may remember; involve me and I'll understand"

星期一, 9月 26, 2005

Homework 3 09-26-2005

Reading Assignments
1. Chapter 1, Chapter 2

Homework
1. Project 1 on Page 55.

"nothing builds self-esteem and self-confidence like accomplishment"

Lab 2 09-26-2005

Do Project 4 on Page 56.

星期一, 9月 19, 2005

Homework 2

Homework Problems
1. Explain bytecode, JVM
2. Explain class, object
3. Let i=2;
Print i;
Print 2 * (i++);
Print i;

Ans: 2, 4, 3

4. Let i=2;
Print i;
Print 2 * (++i);
Print i;

Ans: 2, 6, 3

5. Let m=7, n=2;
Print (double) m/n;
Print m/ (double)n;

Ans: 3.5, 3.5

Reading Assignments
Read 1.1, 1.2, 1.3

Lab 1

Do Display 1.1

星期二, 9月 13, 2005

Homework 1

Important notices. Please read it first.

1. Try to change the settings of your blog to let it look nicer, for example,
a better look and feel by a new template, able to show Chinese and local Taipei time, anti-vandalism, and so on.
2. Why do people want to blog? Use Google to get some hints if you want.
3. Take a look at a very classic blog http://www.chieftain.idv.tw
What can you learn from this blog?

Bonus Problem:
4. What is Creative Commons? Why is it so important?

Due 9/19/2005 18:50.

Reading Assignments:
1. Chapter 1 of Absolute Java Textbook