Introduction to Java 8
Java 8 is the latest release for Java that contains new features, enhancements and bug fixes to improve efficiency to develop and run Java programs.
What is Java 8 used for?
JAVA 8 is a major feature release of JAVA programming language development. Its initial version was released on 18 March 2014.
With the Java 8 release, Java provided supports for functional programming, new JavaScript engine, new APIs for date time manipulation, new streaming API, etc.
What is the main advantages of Java 8?
The main benefit of Java 8 to a programmer is that it provides more programming tools and concepts to solve new or existing programming problems more quickly or, more importantly, in a more concise, more easily maintainable way.
CONCEPTS TO BE COVERED FOR JAVA 8 IN THIS BLOG
Lambda expressions
Functional interfaces
Stream API (forEach and filter method)
Stream Sorting List and Maps
Comments
Post a Comment