Nokia interview question

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

Interview Answer

Anonymous

24 Jan 2012

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