- I can't believe how often I receive homework submissions that contain no source code. Please double-check the contents of your .jar files before you submit. Thank you.
- Take the CLASSPATH Quiz!
- News Flash: I have been dragged kicking and screaming into
the ranks of regular instant messaging users. So I am often available
for chat via AIM as GuyHillyer.
- Some students who lack previous exposure to OO concepts may find
this explanation of static versus
nonstatic illuminating. Or not. Read it and see what you think.
- The Java API
javadoc is available online at java.sun.com. You should spend
some time to learn your way around it. I receive a steady stream of
inquiries on details of the API -- really you'd be better off finding
the answers for yourselves by browsing the documentation. The link
above is to the JDK 1.4 docs; all earlier versions available at sun.com too.
- Regarding feedback on homework submissions: If you did everything
right you'll get an A for the homework, which will show up on your
private homework status page on this web site, and you won't hear from me directly.
Otherwise I'll send you comments by email.
- Elevator.toString has given folks some trouble.
Here is a message I wrote explaining how toString is supposed to work.
|