InterviewSolution
Saved Bookmarks
| 1. |
What Is Implements ? |
|
Answer» A JAVA KEYWORD INCLUDED in the class declaration to specify any INTERFACES that are IMPLEMENTED by the current class. A Java keyword included in the class declaration to specify any interfaces that are implemented by the current class. |
|