-
Core Java
Java 8 Streams Filter With Multiple Conditions Examples
A quick guide to java 8 streams filtering concept with multiple conditions. This demonstrates how to use filter() in a…
Read More » -
Core Java
Java – How to Convert Java Array to Iterable?
A quick guide to convert an array to iterable in java using Stream api with examples programs in two ways.…
Read More » -
Core Java
Java 8 – Converting a List to String with Examples
A quick guide to convert List to String in java using different methods and apache commons api with examples. 1.…
Read More » -
Core Java
Java 8 IntStream With Working Examples
A quick guide to understand primitive int representation of Stream as interface IntStream to support integer operations and with the…
Read More » -
Core Java
Java Convert File Contents to String
A quick guide on how to convert the file contents to String using Java Files api and with example programs.…
Read More » -
Core Java
Java Spark RDD reduce() Examples – sum, min and max operations
A quick guide to explore the Spark RDD reduce() method in java programming to find sum, min and max values…
Read More » -
Core Java
Java 8 Parallel Streams – Custom Thread Pools Examples
A brief intro to custom thread pools and their use in Java 8 parallel streams. Examples on how to use…
Read More » -
Core Java
Java 8 Streams – Group By Multiple Fields with Collectors.groupingBy()
A guide to group by two or more fields in java 8 streams api. Examples to grouping List by two…
Read More » -
Core Java
Java 8 – How To Read A File?
A quick guide on how to read the file in older java and new JDK 8 version with example programs.…
Read More »