Square CSS

Java 8 Tutorial

New version of java as Java 8 comes with new features like lamda expressions, method references , functional interfaces, stream API, default and static methods base64 encoding and decoding, optional class,forEach() method, parallel array sorting, IO enhancements, concurrency enhancements, jdbc enhancements and many more. In this series of tutorials, we will learn java step by step guide for the java 8 new features.

 Topics covered in this section :

  ☞ Static Method In Interface 
  ☞ Default Method In Interface
  ☞ Supplier : Functional Interface Java 8
  ☞ Predicate : Functional Interface Java 8

No comments:

Post a Comment

Some Algorithms

Algorithm: Tower of Hanoi

Tower of Hanoi consists of three towers called as pegs with n number of rings. Rings are of different size.  Conditions to be fulfill...

Popular Posts