#functional-interface
Read more stories on Hashnode
Articles with this tag
Functional Interface As we know interface is a blueprint of a class. It has static constants and abstract methods. A Functional Interface is an...