Loading...

Deafult and Static Method

58 8________

Java8 introduced a Default Method in Interface, means you can add method with default behaviour in interface.

forEach default method added in Iterable interface

docs.oracle.com/javase/8/docs/api/java/lang/Iterab…

コメント