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 a clone?
Which javutil classes and interfaces support event handling?
Is a class a subclass of itself?
How are commas used in the intialization and iteration parts of a for statement?
What is the purpose of the finally clause of a try-catch-finally statement?
Explain RMI Architecture?
What are callback interfaces?
which book is better for jdbc ,servlets and jsp
Brief description about local interfaces?
Define the remote object implementation?
What is a modular application? What does module-relative mean?
whats is mean by tiles in struts
What are the types of scaling?
Can I have an action without a form?
What are the oops concept?