What is multithread synchronizing ?
Answer Posted / neha
synchronization of processes, and synchronization of
data.Process synchronization refers to the idea that
multiple processes are to join up or handshake at a certain
point, so as to reach an agreement or commit to a certain
sequence of action.Data synchronization refers to the idea
of keeping multiple copies of a dataset in coherence with
one another, or to maintain data integrity.
more detail answer at
http://www.edugoing.com/qna/index.php?qa=94&qa_1=what-is-synchronization-in-respect-to-multi-threading
i think it will help you
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the diffrence between a local-tx-datasource and a xa-datasource? Can you use transactions in both?
What is bean? Where can it be used?
What is the diffrence between a local-tx-datasource and a xa-datasource?
difference between ejb,struts,hibernate,spring and jsp
what is the use of State Factories?
what are getters and setters in Java with examples?
What is the highest-level event class of the event-delegation model?
To identify IDL language what mapping mechanism is used?
Why doesn’t the focus feature on the tag work in every circumstance?
whats is statement and procedure
What is the difference between a static and a non-static inner class?
Explain about local interfaces.
Whats new with the stop(), suspend() and resume() methods in jdk 1.2?
Why is actionform a base class rather than an interface?
How substring() method of string class create memory leaks?