Producer/Consumer problem
807591Mar 24 2006 — edited Mar 25 2008I have an assignment to code the producer consumer problem in java using message passing. I have the psedo code for it but do now know how to translate it to java. My first question is: How do I create mailboxes (or message queues) in java?