JDK 1.8 Features in 10 min .
JDK 1.8 is the major release in java history . Java 8 will be going to change the way java developers writes the code . Java 8 with it's new features become more powerful and easily compete with the functional programming and also entering into the world of BIG DATA. Let's have a quick glance of the major features that got incorporated in the JAVA 8 1) Lambda Expression : Lambda expression is mostly used in functional programming , groovy on grails , ruby on rails ,scala these are the functional languages that are using lambda expression , but it is introduced in Java 8 . Lambda expression are changing the way software developers writes the code and it's way simpler as we need to maintain less line of code that is very precise and clear . 2) Interface Change : In JDK 1.8 we can have default and static method inside the interface , it's bridge the gap between abstract classes and interfaces . Functional Interface (@FunctionalInterface ) : An interface ex
Comments
Post a Comment