Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Notes for Java: Object-oriented Design

References for Java

  • Wiki Markup\[[http:--cnx.org-content-col10213-1.31] [Principles of Object-Oriented Programming by Zung Nguyen and Stephen Wong|Principles of Object-Oriented Programming by Zung Nguyen and Stephen Wong]\]. An online self-contained introduction to OOP in Java roughly corresponding to the former Comp 212 course. It is reasonably complete, but still under construction.
  • Index to online Java Tutorials by Sun Microsystems The Sun tutorials refer to the full Java language not the Elementary and Intermediate language levels supported by DrJava. Nevertheless, they cover many important language details in depth, such as the complete collection of primitive operators on primitive data types.
  • Java Basics by Fred Swartz is a clearly written traditional introduction to Java that focuses on Java mechanics rather than OO Design. It can be helpful in learning the {\em mechanics} of writing full Java code. Please ignore what he says about program design.
  • Java Notes by Fred Swartz is a reasonably comprehensive Java reference that is a good supplement to the official Sun documents.

...