/CA216_OS_Assignment

Assignment repository for CA216 exam colabouration

Primary LanguageJava

CA216_OS_Assignment

Assignment repository for CA216 exam colabouration

Compilation

If you want to compile the program it is done using the following command (written here to save everyone time).

javac Consumer.java BoundedBuffer.java Watcher.java Producer.java Threading.java

--or--

javac Threading.java

The first option is probably safer though.