Java Programming and Technical HR Interview Interview

Q. What are the states associated in the thread?

A. Thread contains ready, running, waiting and dead states.

Read Solution (Total 2)

Java Other Question

Q. What is an abstract class?

A. An abstract class is a class designed with implementation gaps for subclasses to fill in and is deliberately incomplete
Q. What is synchronization?


A. Synchronization is the mechanism that ensures that only one thread is accessed the resources at a time.