DEVFYI - Developer Resource - FYI

What must a class do to implement an interface?

Java Interview Questions and Answers (part 2)


(Continued from previous question...)

231. What must a class do to implement an interface?

It must provide all of the methods in the interface and identify the interface in its implements clause.

(Continued on next question...)

Other Interview Questions