TechieDrill Your World Of Technical Tutorials

Posts Tagged ‘sync’

Java Thread Synchronization

12.06.2009 · Posted in Java

Consider a multi-threaded environment in which a thread access write and read of a same resource thread, java gives wrong output. Consider a scenario in which java access a resource in which one thread does the read operation and write thread does the write operation then file will be corrupted, locking the access is necessary to ...