Homework 8: Monday, July 18

Homework 8 (hw8.pdf) [due Tuesday, 7/19, 5:00 PM]

Supplements.


Homework 7: Monday, July 11

Homework 7 (hw7.pdf) [due Tuesday, 7/12, 5:00 PM]

The query-testing interface for the NBA database is at

http://polonium.cs.uchicago.edu:8180/adamshaw/DB/NBAQuery.jsp

There are links to more information on SQL syntax on the notes page, which you may wish to peruse.


Homework 6: Friday, July 8

Please do these two things before class on Monday, July 11.

  1. Claim a MySQL account by visiting the following web page:
    https://www.cs.uchicago.edu/info/services/mysql
  2. Choose a topic for a MySQL/JSP project according to these guidelines.


Homework 5: Friday, July 1

Homework 5 (hw5.pdf) [due Wednesday, 7/6, 10:00 AM]
interface: TicTacToeBoard.java


Homework 4: Wednesday, June 29

Part 1: Add a link from your CS web page (the one you made for Homework 1) to the color-sampler page you made today (Wed) in Lab 2. The address of that page will be something like

http://polonium.cs.uchicago.edu:8180/username/color.html

Part 2: Implement a Point class as determined by the interface Point.java. (A significant portion of this was done in class.) The comments in the interface provided should explain what each method is about. You are responsible for handing in two files: XYZPoint.java (where XYZ are your initials), which will implement the Point interface, and PointTester.java, a class containing only a main method, which will test your XYZPoint to make sure it's working.

Save your work in a folder called hw4 and submit in the usual way. The homework is due Friday, July 1, by 5:00 PM.


Homework 3: Friday, June 24

Browse the Math and String classes at the official Java site:

Then do the following assignment.

Homework 3 (hw3.pdf) [due Tuesday, 6/28, 5:00 PM]
framework: HW3.java


Homework 2: Wednesday, June 22

Homework 2 (hw2.pdf) [due Friday, 6/24, 5:00 PM]


Homework 1: Monday, June 20

For tonight's homework, you'll do a bunch of things to set the table for the rest of the course.


This page was last modified .