Java Help Please!!
Coder_1988
Question
I have a multi-threading assignment that i am having trouble on. It entails creating a mimic of the enclosed ThreadedWorkers.jar. I have made most of the program just am having an issue finishing it up. The second part of the assignment is about BlockingQues. This part requires my BlockQueTest.java, to do the same thing that the Bank/SynchBankTest.java does. But instead of using Runnable, we are required to use a BlockingQue for the transactions.(multiple transactions going into the que, but only 1 thread actually calculating each transaction, so the balance in the bank should always be the same)
Details
Attachments
No Answers Yet