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
Which is the best approach for creating thread ?
Explain the hierarchy of java exception classes?
How many threads can I run java?
Differentiate between array list and vector in java.
How do I get 64 bit java?
What are multiple inheritances?
What is an empty string in css?
Are generics important java?
What is currentthread()?
Is array serializable java?
What is anagram of a string?
Explain about complier design(phases)
Why hashmap is used in java?
How do you create a first line indent?
What is command line argument in java?