Answer Posted / reddy
Two or more threads trying to access the same method at same
point of time leads to Synchronization.If that method is
declared as synchronized,only one thread can access at that
time of another thread can access that method only if the
first thread task is completed.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Explain the inheritance?
What is a flag value?
What are the differences between heap and stack memory?
What is the purpose of format function?
What is static block?
What is collection class in java?
What is a numeric string?
How is tree Mirroring implemented?
Can we call thread start () twice?
What is %d in printf?
Why is string buffer better than string ?
What is user defined exception in Java?
What is math floor in java?
What is java util collection?
Explain parallel processing in java8?