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 scalable, portability in the view of J2EE?
What is a sessionfactory? Is it a thread-safe object?
How is a java object message delivered to a non-java client?
A user of a web application sees a jsessionid argument in the URL whenever a resource is accessed. What does this mean? a. The form must have the field jsessionid b. URL rewriting is used as the session method c. Cookies are used for managing sessions
What are the steps to write p-to-p model application?
Describe, in general, how java's garbage collector works?
What is a tasks priority and how is it used in scheduling?
What is the infobus?
Explain the steps in details to load the server object dynamically?
Write a singleton program?
Why do I get a duplicate name error when loading a jar file?
Explain phantom read?
Why won’t the jvm terminate when I close all the application windows?
What restrictions are placed on the values of each case of a switch statement?
What are the different algorithms used for clustering?