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
what is the messsage u r going to get from an objectoriented programing?
what is daemon thread and which method is used to create the daemon thread? : Java thread
Explain Basics of OOP Language in java
How many types of exception can occur in a java program?
How do you add an arraylist to an array in java?
Which collection allows duplicate values in java?
Where are register variables stored?
What is the difference between keyword and identifier?
What is the importance of finally block in exception handling?
What is the output of the below java program?
What is exception handling in java?
How do you create a method in java?
Can we use static class instead of singleton?
When should you make a function static?
Can we declare an interface as final?