Java Programming and Technical Programming Definition

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

Read Solution (Total 0)

Java Other Question

Q. What is are packages?

A. A package is a collection of related classes and interfaces providing access protection and namespace management
Q. What are the states associated in the thread?

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