

Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Instructions for assignment 1 of the cop 4610l operating systems course, focusing on thread synchronization using java. Students are required to research the setname() and join() thread methods, assign a name to the timerthread using setname() in the constructor, display the name of the timethread, modify the animate class stop() method to use join() method for thread termination synchronization, and create 10 jpeg images for the program. Sample java code for timerthread and animate applet classes.
Typology: Assignments
1 / 3
This page cannot be seen from the preview
Don't miss anything!


Assignment 1 Due Wednesday May 29, 2002
Dr. Denver Williams ENGR 440 407-823- [email protected] www.cs.ucf.edu/~dwilliam
Summer 2002
Wednesday 3:00-4:00. Also by appointment. I will try to answer e-mail questions in a timely manner; concise questions are likely to elicit quicker responses.
Please work independently. Please turn in your work via email to the grader: [email protected] There will be no make up exams, assignments, or tests.
You are to turn in the modified java classes.
The sample program is below.