InterviewSolution
Saved Bookmarks
| 1. |
What Are Static Default Methods? |
|
Answer» An interface can also have static HELPER methods from JAVA 8 onwards. PUBLIC interface vehicle { An interface can also have static helper methods from Java 8 onwards. public interface vehicle { |
|