Skip to content

EasynHow, Know How!

Just another WordPress site

  • Java
    • Java 8
  • Javascript
  • jQuery
  • J2EE
    • Spring
  • What’s New
  • C
  • C++
  • Others
    • Data Structures
    • Algorithms

Tag: java 8

February 21, 2018 Anoop Kumar Rai

JAVA SE 8 Best practices

First of all this post is as per my view on what I experienced and what I learned through various

Continue reading »
July 26, 2017 Anoop Kumar Rai

Java 8 style sum of long type array elements

You are given an array of N integers of size . You need to print the sum of the elements

Continue reading »
May 28, 2017 Anoop Kumar Rai

More about Streams- Functional Programming in JAVA 8- Part 10

You can think of a Stream as a new view of Collection. A Stream will always have a source, generally

Continue reading »
May 27, 2017 Anoop Kumar Rai

Introduction to Streams- Functional Programming in JAVA 8- Part 9

Basically Streams are a powerful new way of working with collections in JAVA 8. In this post we will be

Continue reading »
May 25, 2017 Anoop Kumar Rai

foreach iteration in Lambda expressions- Functional Programming in JAVA 8- Part 8

Important feature in JAVA 8 specification is the way in which you loop over collections. There are different ways in

Continue reading »
May 17, 2017 Anoop Kumar Rai

Closures in Lambda expressions- Functional Programming in JAVA 8- Part 7

Before reading this post kindly go from part 1 of this post to understand lambda expression. Understanding JAVA 8 Lambda

Continue reading »
May 9, 2017 Anoop Kumar Rai

Exceptional Handling in Lambda expressions- Functional Programming in JAVA 8- Part 6

Before reading this post kindly go from part 1 of this post to understand lambda expression. Understanding JAVA 8 Lambda

Continue reading »
May 9, 2017 Anoop Kumar Rai

Using built-in Function interfaces of java.util.function pacakge in JAVA 8- Functional Programming in JAVA 8- Part 5

Before reading this post kindly go from part 4 of this post to understand lambda expression. JAVA 7 way v/s

Continue reading »
May 9, 2017 Anoop Kumar Rai

JAVA 7 way v/s JAVA 8 way- Let’s get our hands dirty with Lambdas- Functional Programming in JAVA 8- Part 4

Before reading this post kindly go from part 1 of this post to understand lambda expression. Understanding JAVA 8 Lambda

Continue reading »
May 9, 2017 Anoop Kumar Rai

Sample usage of Lambda Expression with Runnable interface- Functional Programming in JAVA 8- Part 3

Sample usage of Lambda Expression with Runnable interface- Functional Programming in JAVA 8- Part 3 Before reading this post kindly

Continue reading »

Posts navigation

1 2 Next Posts»

Search