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 wrapper class html?
How will you serialize a singleton class without violating singleton pattern?
What design pattern you have used in your project? I answered Factory pattern, how it is implemented? What are its advantage? Do know about Abstract Factory?
Explain runtime exceptions?
What is the difference between equals() and?
Write a program to print 15 random numbers using foreach of java 8?
Can a variable be local and static at the same time?
Which is the best sorting technique in java?
What does nextint () do in java?
What are the principle concepts of oops?
What is the difference between math floor and math round?
What Is Composition?
Why java is considered as platform independent?
What is treemap in java?
What are the different ways to handle exceptions?