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)

Java Other Question

Q. What is synchronization?


A. Synchronization is the mechanism that ensures that only one thread is accessed the resources at a time.
Q. What is an applet?

A. Applet is a dynamic and interactive program that runs inside a web page displayed by a java capable browser