Motorola Mobility Interview Question

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

Interview Answer

Anonymous

Aug 2, 2011

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