Answer Posted / ravikiran(aptech mumbai)
deadlock is the state which will occur when two synchronized
methods calling one another continuously
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Is it possible for a yielded thread to get chance for its execution again?
Is there any sort function in java?
What is meant by oops concept in java?
How can we use primitive data types as objects?
List the three steps for creating an object for a class?
Difference between character constant and string constant in java ?
How to instantiate member inner class?
What are the types of arrays in java?
What is var keyword ?
Why do I need to declare the type of a variable in java?
Which collection is thread safe in java?
Why singleton is not thread safe?
What is object-oriented programming?
write a program that list all permutations of ABCDEF in which A appears before B?
What do you mean by composition in java?