Relative Content

Tag Archive for multithreadingsynchronization

Need of Synchronization in threads in JAVA

While using Synchronization my threads are working one after the other , the same happens when i have only one thread which executes the instructions one after the other so what’s the use of creating multiple threads.