What is multithread synchronizing ?

Answers were Sorted based on User's Feedback



What is multithread synchronizing ?..

Answer / 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

What is multithread synchronizing ?..

Answer / 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

What is multithread synchronizing ?..

Answer / 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

What is multithread synchronizing ?..

Answer / brijesh

hi...
it is a process in which therd is spread seonity

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More Advanced Java Interview Questions

Do I have to use jsps with my application?

0 Answers  


Write a java program to find out the sum of harmonic series : 1 + ½ + 1/3 + ……… up to nth term , for any value of n.

2 Answers  


Should synchronization primitives be used on bean methods?

0 Answers  


Howmany interfaces are used in RMI?

2 Answers  


What is a sessionfactory? Is it a thread-safe object?

0 Answers  


difference between Abstract and Interface?

2 Answers   HCL, Infotech,


What restrictions are placed on the values of each case of a switch statement?

0 Answers  


Write a program on RMI and JDBC using StoredProcedure?

1 Answers  


What are synchronized methods and synchronized statements?

2 Answers   Adobe,


What is clustering? What are the different algorithms used for clustering?

0 Answers  


How a component can be placed on Windows?

0 Answers   Wipro,


How do you set security in applets?

1 Answers   IBM,


Categories