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 a modular application?
What is meant by method chaining?
Difference between hashmap and hashtable?
What is a class loader? What are the different class loaders used by jvm?
What are the call back methods in entity bean?
Should synchronization primitives be used on bean methods?
In RMI, inorder to sent the stub reference to the client, is we have to load the server object first into the memory or can we directly sent reference to the client?
Can I have an action without a form?
What is the purpose of the wait() method?
what are memory considerations of jsp compares to other web components?
Name the class that is used to bind the server object with RMI Registry?
When is the best time to validate input?
What is RMI and what are the services in RMI?
what is Activation Instantinator?
Define aop(assepct oriented programing)?