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 ripple effect?

857


What event results from the clicking of a button?

892


What are the design considerations while making a choice between using interface and abstract class?

773


what are the advantages of JTA over JTS?

1917


Can constructors be synchronized in java?

835


What are externizable interface?

795


What method is invoked to cause an object to begin executing as a separate thread?

788


what is a portable component?

1679


What is JTS?

2080


Define the remote object implementation?

2201


What is ioc concept?

935


Do I need to import javlang package any time? Why ?

855


What is the difference between the session.update() method and the session.lock() method?

766


What is the map interface?

848


Which textcomponent method is used to set a textcomponent to the read-only state?

877