what is mean by synchronization?
Answer Posted / uma
synchronized means that in a multiple threaded
environment,a synchronized object does not let two threads
access the same time.this means that one thread cant be
reading while another updates it.the second thread will
instead wait until the first is done.the overhead is
speed,but the advantage is guaranteed consistency of data..
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What are exception handling keywords in java?
What is the difference between && and & in java?
is it possible to instantiate the math class?
What is serialversionuid?
What is string builder in java?
Why destructor is not used in java?
Can you instantiate the math class in Java?
What is the purpose of sizeof operator?
How to call one constructor from the other constructor ?
What's a method in programming?
Which eclipse is best for java?
What is <> used for in java?
What are the types of sockets in java?
What are different exception types exceptions available in java ?
What is bufferedreader in java?