What is multithread synchronizing ?
Answer Posted / m. abhishek
multipla threads share resources so if one thread process
using one resource at that time other thread requires this
resource
it causes data loss or other significant errors.synchronization
maintains the thread controls over the resorces and avoid
data loss and deadlocks
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
What is the argument type of a programs main() method?
What happens when a thread cannot acquire a lock on an object?
What is a modular application?
To identify IDL language what mapping mechanism is used?
How to deploy Jar, War files in J2EE?
What are the design considerations while making a choice between using interface and abstract class?
What is the difference between RMI and Corba?
Which are the different segments of memory?
Describe, in general, how java's garbage collector works?
How would you reatach detached objects to a session when the same object has already been loaded into the session?
Describe activation process?
How substring() method of string class create memory leaks?
What is glasgow?
What are callback interfaces?
Write a singleton program?