question on Thread synchronization

Answer Posted / jitu

Synchronization is a
process of controlling the access of shared resources by
the multiple threads in such a manner that only one thread
can access a particular resource at a time.

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is stack class in java?

541


explain what is transient variable in java?

624


What is data string?

495


Which class is the superclass for all the classes?

535


What is generic type?

571






Define interface in java?

605


How can we achieve thread safety in java?

685


What is hash table in java?

493


Explain reverse a linked list recursive java solution?

531


What is the importance of hashcode() and equals() methods?

579


What is the difference between serializable and externalizable interfaces?

568


What is array length?

505


What happens when you invoke a thread’s interrupt method while it is sleeping or waiting?

573


Why are parameters used in functions?

532


Why do we use variables?

512