Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Functional Interfaces And Lambda Expressions

A Functional Interface must have only one abstract method. You can create functional interface using @FunctionalInterface annotation. It mainly used to prevent you by giving compile time error if you include more than one abstract method accidentally. It is not required to annotate an interface using @FunctionalInterface if it has only one abstract method. Lambda […]



This post first appeared on StartWithjava, please read the originial post: here

Share the post

Functional Interfaces And Lambda Expressions

×

Subscribe to Startwithjava

Get updates delivered right to your inbox!

Thank you for your subscription

×