What is multithread synchronizing ?
Answer Posted / harsha
It is not possible for one thread to modify a shared
variable while another thread is in the process of using or
updating same shared variable. This usually leads to
significant errors. Synchronization in respect to
multithreading controls the access of multiple threads to
shared resources.
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
what is the use of State Factories?
Explain about thread synchronization inside a monitor?
How substring() method of string class create memory leaks?
Can you give me a simple example of using the requiredif validator rule?
Is infobus easy to use?
How many times may an objects finalize() method be invoked by the garbage collector?
What is the difference between long.class and long.type?
when A client sent a request to the server to open facebook page and close the browser after this request .at that time the same user do login by using a different browser then that session id will exist or not for the same client??
What is colon_pkg_prefixes and what is its use?
To what value is a variable of the string type automatically initialized?
What is a policy?
What if the static modifier is removed from the signature of the main method?
What is the difference between the session.update() method and the session.lock() method?
What is RMI and what are the services in RMI?
When a thread blocks on i/o, what state does it enter?