Description: The Producer class should send integers 0 to 100 to the Buffer. The Consumer
class should receive the 100 integers from the Buffer and output them to the
console.a Buffer with
size 50, create one Producer thread and one Consumer thread and start both of them.
To Search:
File list (Check if you may need any files):
synchronization\Buffer.class
...............\Buffer.java
...............\BufferApp.class
...............\BufferApp.java
...............\Consumer.class
...............\Consumer.java
...............\Producer.class
...............\Producer.java
synchronization