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
Explain the steps in details to load the server object dynamically?
Should synchronization primitives be used on bean methods?
Difference between new operator and class.forname().newinstance()?
What is the purpose of the wait(), notify(), and notifyall() methods?
AS a developer will u create a data source in connection pool? If so how will u do that, how to access the object from connection pool using IRAD tool?
Why use a datasource when you can directly specify a connection details?
For which statements does it make sense to use a label?
Explain about RMI Architecture?
Define prototype?
Are enterprise beans allowed to use thread.sleep()?
Why do I get a duplicate name error when loading a jar file?
How messaging services are done, before release of JMS?
Is jvm a overhead?
Can I run seam outside of jboss as?
Why is actionform a base class rather than an interface?