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 a datasource when you can directly specify a connection details?
Why do I get a duplicate name error when loading a jar file?
If I wanted to use a solarisui for just a jtabbedpane, and the metal ui for everything else, how would I do that?
What is the difference between the font and fontmetrics classes?
Why is string immutable in java?
Explain how will the struts know which action class to call when you submit a form?
Why doesn’t the focus feature on the tag work in every circumstance?
What is the difference between system.out ,system.err and system.in?
Explain ioc concept?
To identify IDL language what mapping mechanism is used?
Difference between hashmap and hashtable?
Why use a datasource when you can directly specify a connection details? (in a J2EE application)
How is a java object message delivered to a non-java client?
Explain the different types of memory used by jvm?
What is Stream Tokenizer?