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 are the purpose of introspection?
What is the difference between the session.update() method and the session.lock() method?
How to implement dphibernate to activate lazy loading in Flex with java ?thanx in advance!
What is ripple effect?
What are the benefits of detached objects?
Why a client should be multithreading? Explain.
How a component can be placed on Windows?
What are local interfaces? Describe.
What is abstract schema?
If your ui seems to freeze periodically, what might be a likely reason?
Name the eight primitive java types.
Define the remote object implementation?
what is Activation Instantinator?
what is a portable component?
What happens when a thread cannot acquire a lock on an object?