Tag Archives: Java 8

7 different ways how to get NumberFormatException in Java

This article will show you the NumberFormatException, how you are getting it and what you should do to handle the exception properly. Continue reading

Posted in Language basics | Tagged , , , | Leave a comment

Developer Notes 001

The list of a few developer notes collected during the software development which were not enough for a self-standing article. Continue reading

Posted in Tips & tricks | Tagged , , , , , , , , , , , | Leave a comment

Flattening Stream Collections in Java

This article is about flattening the list of element list with use of Java 8 stream feature flatMap and forEach Continue reading

Posted in Language basics | Tagged , , | Leave a comment

How to join List String elements with a comma

In this article, we will see three different ways to print string elements of the list into one coherent text. Continue reading

Posted in Language basics | Tagged , | Leave a comment

How to sort a map with Java 8

This tutorial shows how to sort Java Map implementations with Java 8 streams by map’s key or value properties. Continue reading

Posted in Tutorials | Tagged , , , , , , | Leave a comment

How to use IntStream range in Java

This article talks about the average use case of loop count variable usage via IntStream API Continue reading

Posted in Language basics | Tagged , , , , | Leave a comment