DEVFYI - Developer Resource - FYI

What is implements

J2SE Interview Questions and Answers


(Continued from previous question...)

94. What is implements

A Java keyword included in the class declaration to specify any interfaces that are implemented by the current class.

(Continued on next question...)

Other Interview Questions