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 chat area? Explain.
What is in-memory replication?
What is scalable, portability in the view of J2EE?
What is the relationship between the canvas class and the graphics class?
What are the different types of exception?
What must a class do to implement an interface?
What is the difference between the font and fontmetrics classes?
What is TL and its use?
What are transaction attributes?
How many times may an objects finalize() method be invoked by the garbage collector?
what are getters and setters in Java with examples?
Explain what is synchronization?
How would you reatach detached objects to a session when the same object has already been loaded into the session?
What are the pros and cons of detached objects?
Is it possible to stop the execution of a method before completion in a sessionbean?