Functional Interface | Java8
In this article, we are going to discuss about one of the Java8 feature: Functional Interface. Java 8 is released in March 2014. You can download JDK 1.8 from here based on your OS Platform requirements. Java developer around the world frequently uses the Runnable, Comparator, Callable etc. One common thing about the above mentioned interfaces […]