Answer Posted / sonam sharma
synchronization is a process in which only one thread
executes at a time.when one thread release the resources
then other thread used the resources.if one thread not
release the resources till that time other thread not uses
the resources.
Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is a super method?
What is a memory leak in java?
What is anagram number?
What do you understand by the term singleton?
Why for each loop is used?
Explain about varargs in java?
What is default size of arraylist in java?
How to create an immutable class?
How many types of classes are there in java?
What is the right data type to represent a price in java?
Is an array a vector?
What is the exact difference in between unicast and multicast object? Where we will use?
What does the three dot emoji mean?
Why do you canvas?
Can final class have constructor?