Nokia Interview Question

Multi thread scenario with Java; the standard producer/consumer scenario requiring mutexes, wait/notify.

Interview Answer

Anonymous

Jan 24, 2012

A textbook question, whose solution is in the Java Programming lanuage (see synchoronised methods section).