Java
Programming and Technical
Programming
Database
Q. What is deadlock?
A. When two threads are waiting each other and can't precede the program is said to be deadlock.
Read Solution (Total 1)
-
- for instance one thread is going to read file and another thread is going to write something on to the same file called deadlock
- 10 years agoHelpfull: Yes(0) No(0)
Java Other Question