Top News

Is it allowed to mark an interface method as static?

 Yes, from Java 8 onwards, we can define static and default methods in an interface. Prior to Java 8, it was not allowed.



Post a Comment

Previous Post Next Post