CS102 - Introduction to WWW-2 (Java)

instructor: Daniel Stefankovic - Ry165A - stefanko@cs.uchicago.edu
TA: Xuehai Zhang - Ry256 - hai@cs.uchicago.edu

office hours: Friday 6:30-8:00pm, Ry256

Subscribe to the mailing list


textbook: W.Savitch: JAVA - an Introduction to Computer Science and Programming

Reading:


grading: 20% - homework 40% - project 40% - midterm

midterm 08/22 10:30-12:30 open book

project due 08/29 10:30

Homeworks

The following homework is due 9:00pm, Friday 08/17/01.

Homework 3


Powerpoint presentations

The presentations are available in postscript, 4 slides per page. You can view them using gv nameOfTheFile.ps.

07/30
08/01
08/03
08/06
08/08
08/10
08/13

Also available in ppt: (1) (2) (3) (4) (5) (6) (7)


Examples used in the presentations

Day6
Day7


FAQ

Do we have Java 2 SDK installed?
Yes, in /opt/jdk on all the linux machines.

How do I submit the homework?
Have all your solutions in one directory in your home directory. Then type hwsubmit cs102 ~/nameofyourdirectory

How do I compile an application/applet?
javac NameOfTheApplication.java

How do I execute the application?
java NameOfTheApplication


Various pointers

Simple applets (with sources)
The best applets on the web