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 are the two ways to create a thread?
Write a program based on Java script program.
What is the benefit of abstract class?
What are namespaces in java?
What is module with example?
Is overriding possible in java?
Is static variable stored in heap?
What's the base class of all exception classes?
Are floats faster than doubles?
What are the steps that are followed when two computers connect through tcp?
What is the difference between a checked and an unchecked exception?
What is the public method modifier?
How to instantiate static nested classes in java?
A person says that he compiled a java class successfully without even having a main method in it? Is it possible?
Can you explain the cs option of java interpreter?