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
Do you think that java should have had pointers?
Can I use multiple html form elements with the same name?
What is in-memory replication?
What are local interfaces? Describe.
What is JTS?
What are the different types of exception?
What state does a thread enter when it terminates its processing?
How many times may an objects finalize() method be invoked by the garbage collector?
What is synchronization and why is it important?
what is handle?
AS a developer will u create a data source in connection pool? If so how will u do that, how to access the object from connection pool using IRAD tool?
What is the immediate superclass of the applet class?
difference between ejb,struts,hibernate,spring and jsp
What are the sequence of steps to write pub or sub model kind of application?
What are the benefits of detached objects?