InterviewSolution
Saved Bookmarks
| 1. |
Can Interfaces Have Methods Other Than Abstract? |
|
Answer» YES, from Java 8, INTERFACES can have STATIC methods and DEFAULT methods other than abstract methods. Yes, from Java 8, interfaces can have static methods and default methods other than abstract methods. |
|