InterviewSolution
Saved Bookmarks
| 1. |
What Must Class Do To Implement An Interface In Java Programming? |
|
Answer» It must PROVIDE all of the methods in the interface and IDENTIFY the interface in its IMPLEMENTS CLAUSE. It must provide all of the methods in the interface and identify the interface in its implements clause. |
|