Develop a multithreaded producer and consumer application.

HOMEWORK 3 You will develop a multithreaded producer and consumer application. The producer will add 15 strings of various length (5 characters or more) to the buffer. You can hardcode 15 strings of arbitrary length (5 characters or more) in the producer class. You need to create one producer thread. Consumer is going to read […]