CSE341
-- Java
Java Lecture Notes
Java Introduction:
html version of slides
;
pdf
Notes on Chapters 5, 6, and 7
Notes on Chapter 8
Notes on Chapters 9-12 and 15
Using Java on the CSE machines
Java discussion questions for 21 April
Java demos
BufferedCanvas.java
: A generic animating double-buffered Component for use with the Java AWT.
A demonstration of BufferedCanvas
Java Documentation
JDK 2.0 Documentation:
master copy at Javasoft
JDK 2.0 tools documentation (javac, java, jar, etc.):
@javasoft
.
(Note: Both of your TA's are on Unix machines, and we would prefer that you use either jar or tar/gzip to archive multiple source files when submitting them rather than zip.)
Java Platform 2.0 API Specification:
master copy at Javasoft
If you want to write an applet, the
applet trail
in the
Java Tutorial
might help you get started.
Keunwoo's brief Java book reviews
Other Java links
Online Java Tutorial
The Java Virtual Machine Specification
Old Java Tutorial
Brewing Java
(Another tutorial)
Java Lecture Notes from Polytechnic University
Java FAQ Site
Anothe FAQ Site
Java Developer's Journal
Java World
Porting C++ to Java
Pizza
(an extension of Java)
341 home page