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
Why use POJO when I can use hashmap
Difference between loadclass and class.forname?
How are commas used in the intialization and iteration parts of a for statement?
what are memory considerations of jsp compares to other web components?
How primary key is implemented in Oracle?
Explain about RMI Architecture?
Is there a guarantee of uniqueness for entity beans?
Do I need to import javlang package any time? Why ?
What do you need to set-up a cluster with jboss?
What are the different methods of identifying an object?
What modifiers may be used with an interface declaration?
Should synchronization primitives be used on bean methods?
What is the difference between the session.update() method and the session.lock() method?
What restrictions are placed on the values of each case of a switch statement?
What is glasgow?