CMPS 134 (Computer Science I)   Fall 2009
Syllabus
Student Functions
(For authorized users only)
Online Textbook
Test Information
- Test #2 will be on Friday, November 20.
The major topic will be arrays. See some
sample problems
- Quiz #2 sample solutions
- Test #1 was on Wednesday, October 15.
Programming Assignments
Homework Assignments
Programming Samples
Online Handouts
Java-related Links
- Java JDK
download (Choose JDK 6 Update 16, the 5th orage "Download"
button from the top)
- jGrasp IDE
- BlueJ — The interactive Java environment:
home page
download
installation
instructions
documentation
- CS Dept. Links for Java
- Java "home page"
- Java
online tutorials
- Learning the Java Language online tutorials:
-
Java Package Hierarchy
- Specific Packages of Interest:
- java.lang
(includes Object, System, String,
StringBuilder, Math, Exception,
and the "wrapper" classes (Boolean,
Character, Integer, etc.))
- java.io
(includes the class File as well as InputStream,
OutputStream, Reader, Writer
IOException, and their subclasses)
- java.util
(includes the classes Scanner and Arrays)
-
Java Collections Framework
-
How to Write Doc Comments for the Javadoc Tool
- jGrasp IDE
Interesting "How Stuff Works", Wikipedia, and other Documents