J2SE Question:

Download Job Interview Questions and Answers PDF

What is abstract?

J2SE Interview Question
J2SE Interview Question

Answer:

A Java keyword used in a class definition to specify that a class is not to be instantiated, but rather inherited by other classes. An abstract class can have abstract methods that are not implemented in the abstract class, but in subclasses.

Download J2SE Interview Questions And Answers PDF

Previous QuestionNext Question
What is autoboxing?What is Abstract Window Toolkit (AWT)?