Java8 is pretty amazing. With lots of new features and Stream APIs Java8 is one of the best release we had last year. In this tutorial we will go over how to convert Array to Stream using Java8's …
Java8 Archives...
Java8 is the next evolution version with lots of valuable APIs. Find here list of 50+ Java8 tutorials which we published on Crunchify. Java 8 Tutorial for Beginners – Learn Java 8 in simple and easy steps.
All in one Java Regex, Matcher Pattern and Regular Expressions Tutorial
In this tutorial we will go over list of Matcher (java.util.regex.Matcher) APIs. Sometime back I've written a tutorial on Java Regex which covers wide variety of samples. Regular Expression is a …
Read Article about All in one Java Regex, Matcher Pattern and Regular Expressions Tutorial →
Best way to convert Primitive Array to List in Java8 and Classic toString(), Iterator way
Java8 Stream() is an amazing util class with lots of functionalities. We have published almost ~30+ Java8 Stream related tutorial on Crunchify and this one is on stream().boxed.collect() …
How to Sort a HashMap by Key and Value in Java 8 – Complete Tutorial
In Java 8 – How to sort a Map? On Crunchify we have written almost ~400 java tutorials and this one is an addition to Java8 category. I love Java collection and have multiple tutorials on How to …
Read Article about How to Sort a HashMap by Key and Value in Java 8 – Complete Tutorial →
Java 8 java.time.temporal.TemporalAdjusters and Stream.flatMap() Tutorial
It's been almost 2 years Java 8 was released, March 2014. I'm sure most of the companies still using Java 7 with Apache Tomcat in their production environment but recently it's picking up some …
Read Article about Java 8 java.time.temporal.TemporalAdjusters and Stream.flatMap() Tutorial →
How to Read a File line by line using Java 8 Stream – Files.lines() and Files.newBufferedReader() Utils
Java 9 already in full swing and ready for feature complete by end of May. Even though Java 8 released couple of years back, I'm sure there are veryfew companies moved to even Java 8 JDK for their …