DEVFYI - Developer Resource - FYI

What is meant by "Abstract Interface"?

Java Interview Questions and Answers (part 3)


(Continued from previous question...)

442.. What is meant by "Abstract Interface"?

First, an interface is abstract. That means you cannot have any implementation in an interface. All the methods declared in an interface are abstract methods or signatures of the methods.

(Continued on next question...)

Other Interview Questions