Java Examples, Arthur Crummer Spring 1998

The following Java programs or fragments illustrate some of the Java language features I introduced in lectures in COP3530
  • An example of an interface: Sequence
  • One implementation of Sequence interface
  • String concatenation RETURNS a new string
  • Nodes and Links
  • Recursive traversal of Linked List based structures
  • Using a Priority Queue to Sort things
  • TimingProcesses
  • "The Dirty Dozen Game"
  • BACK TO COP3530 HOME PAGE (click here)