What is multithread synchronizing ?

Answer Posted / harsha

It is not possible for one thread to modify a shared
variable while another thread is in the process of using or
updating same shared variable. This usually leads to
significant errors. Synchronization in respect to
multithreading controls the access of multiple threads to
shared resources.

Is This Answer Correct ?    4 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the purpose of the notify() method?

594


Where can I ask questions and make suggestions about seam?

588


What is the form of storage space in java?

1735


When a thread blocks on i/o?

562


Is a class a subclass of itself?

588






What is bean? Where can it be used?

575


What is clustering? What are the different algorithms used for clustering?

576


Why is actionform a base class rather than an interface?

568


Why are component architectures useful?

570


How many times may an objects finalize() method be invoked by the garbage collector?

669


What is metaspace?

544


What state does a thread enter when it terminates its processing?

600


Difference between hashmap and hashtable?

603


What is TL and its use?

1989


What is a tasks priority and how is it used in scheduling?

545