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
when should you use stringbuilder class in a program?
What is json parser in java?
Explain the difference between static and dynamic binding in java?
What is this keyword used for?
What is the largest data type in java?
How will you compute size of a structure?
Explain the difference between collection api and stream api in java8?
What is functional interface in java example?
what is enumset?
we have syntax like for(int var : arrayName) this syntax is to find whether a number is in the array or not.but i want to know how to find that number's location.
What is the current version of java?
What methods are used to get and set the text label displayed by a button object?
What is use of arraylist in java?
What is the function of static in java?
Explain the difference between protected and default access.