Answer Posted / ravikiran(aptech mumbai)
deadlock is the uneven condition occured between two
synchronized methods calling each other on each others bodies.
we can avoid dead lock threw inter thread communication by
calling wait notify and notifyall methods of object class
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Why method overriding is used?
What does split function do in java?
Difference between java and javascript
What is the list interface in java programming?
What is the char data type?
What does file separator do in java?
Write a factorial program using recursion in java?
Can Exception handling we can handle multiple catch blocks?
What is the difference between the jdk 1.02 event model and the event-delegation model introduced with jdk 1.1?
What is stack explain?
Is java a software?
What is jrmp?
What is the difference amongst jvm spec, jvm implementation, jvm runtime ?
What is hashing in java?
worst case complexities of Quick sort and Merge sort.