Why can't we define a static method in a Java interface?
Answers
Answered by
0
Java interface static method helps us in providing security by not allowing implementation classes to override them.
Similar questions