BS00825A.gif (3117 bytes)

CS162 Computer Science II

NEWS!! Check out Eclipse eclipse.org

Final Exam: 10:15-12:15 Thursday 6/10 Pioneer 200C

bulletCourse Information
bulletAssignments
bulletOutline
bulletSample Code
bulletJava API
bulletUsing JAR
bullet Book Files
bulletSORTS
bulletLog document
Articles from Java World
 

bullet When to choose abstract classes vs. an interface.
 
bullet Reveal the magic behind subtype polymorphism.
 
bullet Calculating Java dates.
 
bullet Working in Java time.
 
bullet How to avoid traps and correctly override methods from java.lang.Object.
 
bullet Inheritance versus composition: Which one should you choose?
 
bullet Does Java pass by reference or pass by value?
 
bullet Static class declarations.
 
bullet Use exceptions with care.
 
bullet Type safe collections

Other items of Interest  

bullet Java Virtual Machine Book
 
bullet Java - Java Applets
 
bullet Java Language Spec
 
bulletPackage Links
 
bullet Sorting Applets