Computer Science, asked by azar656, 10 months ago

Why can't we define a static method in a Java interface?

Answers

Answered by omegads04
0

Java interface static method helps us in providing security by not allowing implementation classes to override them.

Similar questions