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
What is ripple effect?
What event results from the clicking of a button?
What are the design considerations while making a choice between using interface and abstract class?
what are the advantages of JTA over JTS?
Can constructors be synchronized in java?
What are externizable interface?
What method is invoked to cause an object to begin executing as a separate thread?
what is a portable component?
What is JTS?
Define the remote object implementation?
What is ioc concept?
Do I need to import javlang package any time? Why ?
What is the difference between the session.update() method and the session.lock() method?
What is the map interface?
Which textcomponent method is used to set a textcomponent to the read-only state?