Motorola Mobility interview question

Write a Multi-Threaded read - write application accessing a file.

Interview Answer

Anonymous

2 Aug 2011

Could use for example ReentrantLock or ReentrantReadWriteLock, multiple design/answer are possible.