Answer Posted / priyavarzhni
Deadlock is avoided by synchronising the code.
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
What is the best way to findout the time/memory consuming process?
What is jit and its use?
what are the methods in object?
Write a regular expression to validate a password. A password must start with an alphabet and followed by alphanumeric characters; its length must be in between 8 to 20.
Why do we use threads in java?
Difference between predicate, supplier and consumer ?
When does an object becomes eligible for garbage collection in java?
What is a local, member and a class variable?
Is null a keyword in java?
When we serialize an object does the serialization mechanism saves its references too?
How does multithreading take place on a computer with a single cpu in java programming?
Which package is used for pattern matching with regular expressions?
What does three dots mean in java?
Explain about abstract classes in java?
What is string :: npos?