Homework #4 (Threads)

CMSC 132

Due Date: Thursday July 24, 6:00 pm

Object-Oriented Programming II

Type of Homework: Closed

Summer 2008


Objective

This project is designed to help you practice threads.  This homework is considered a closed homework.  Make sure you read the open/closed policy before continuing working on this project. 

This project does not have public, release, or secret tests. You can submit your project as usual.

Description

For this homework you will implement Java code for a system that reads from the command line some messages and prints each message using a separate thread. You will use System.out.println to generate output.

In the code distribution you will find shells for the classes you will need to implement. The following video shows the functionality associated with the system:

 

The following requirements are associated with this homework:

Submission

Use the submit server (https://submit.cs.umd.edu:8443/) as usual.

Academic Integrity

Please make sure you read the academic integrity section of the syllabus so you understand what is permissible in our programming projects.  We want to remind you that we check your project against other students' projects and any case of academic dishonesty will be referred to the University's Office of Judicial Program.

Web Accessibility