InterviewSolution
Saved Bookmarks
| 1. |
What are static methods in Interfaces? |
|
Answer» Static METHODS, which contains METHOD implementation is owned by the interface and is invoked USING the name of the interface, it is SUITABLE for defining the utility methods and cannot be OVERRIDDEN. |
|