Online Documentation
http://java.sun.com/j2se/1.3/docs/api/index.html
TA Office Hours
Xuehai Zhang (Ry256)
Tuesday 4:00 - 7:00
Wednesday 4:00 - 7:00
Lingyun Yang (MacLab)
Monday 2:30-5:30
Wednesday 2:30 - 5:30
3/30/01
Here is the Syllabus
3/28/01
The Mac Lab will be offering sessions on using Unix/Linux and javac in particular. You will be responsible for knowing this information, so I highly recommend that you attend if you are unfamiliar with the material. The schedule is as follows:

This week:
Thursday and Friday session I at 4:00.

Next Week:
Monday and tuesday session II at 4:00.
Wednesday java on Linux at 4:45.


here is the code from our first program. To run it:
  1. Save it to your unix account
  2. Type javac Program.java. This will compile the program
  3. Once it compiles, type java Program1. This runs the program contained int the class Program1