TAMIL JAVA 8 DEFAULT METHODS IN INTERFACE

Опубликовано: 29 Сентябрь 2024
на канале: Interview DOT
419
3

Click here -    / @interviewdot   to get notifications. Java 8 introduces a new concept of default method implementation in interfaces.

Java 8 introduces default method so that List/Collection interface can have a
default implementation of forEach method, and the class implementing these interfaces
need not implement the same.