DEVFYI - Developer Resource - FYI

What is interface

J2SE Interview Questions and Answers


(Continued from previous question...)

102. What is interface

A Java keyword used to define a collection of method definitions and constant values. It can later be implemented by classes that define this interface with the "implements" keyword.

(Continued on next question...)

Other Interview Questions