Answer Posted / ravikiran(aptech mumbai)
synchronization is the process of allowing only one thread
at a time.It's been achieved by marking the method as
synchronized or locking a particular portion of code
| Is This Answer Correct ? | 7 Yes | 5 No |
Post New Answer View All Answers
What is an object's lock and which object's have locks in java programming?
Explain about method local inner classes or local inner classes in java?
Can each java object keep track of all the threads that want to exclusively access it?
What is a java object and java application?
What exceptions occur during serialization?
Are constructors methods?
what is difference betweem home interface and remote interface?
What is difference between static and final?
What is an iterator interface in java programming?
Is an integer an object?
What is the difference between double and float variables in java?
what is use of functional interface in java 8?
How do you use equal in java?
Explain the difference between arraylist and linkedlist in java?
How do I get a substring?