Lab 6b Assignment
In this lab, you will have the opportunity to work with Java some more.
- Work on converting your group's project prototype into Java. Your group will demostrate this new Java version of your prototype next week in lab.
- Here is an example of a Java multithreaded program.
It is the implementation of the classical producer-consumer problem using threads.
Download thecode compile it using javac, and run it using appletviewer to get better performance.
Producer Consumer applet. Java Code.
For help with Java, see the CSE231 Honors Java Reference Page.