Hands on tutorial to write Java Streams Custom Collector and use it on Streams to collect Stream elements.
Author: Amit Phaltankar Tutorials
Thanks for visiting. I hope you found the tutorials and code examples helpful. Please post your comments, questions, and suggestions below.
You can also reach out to me on any of the Social platforms listed here.
Happy Coding !!
Java 8 Streams API – Stream Collectors
An in-depth guide to the Java Stream Collectors and its predefined collectors with the help of practical examples
How to generate Random Numbers in Java
Examples of How to generate Random Numbers like Integer, Double, Float, and Long using plain java and Apache Commons Maths.
Wildcard Queries with Spring Data JPA
Examples of Spring Data JPA and wild card queries using LIKE, Starts With, Ends With, Contains, and Not Like.
Spring Boot Runners – ApplicationRunner and CommandLineRunner
Learn with examples about the two Spring Boot Runners namely Application Runner and Command Line Runners.
Change Default Port in Spring Boot Application
Learn the various ways of changing default port of a Spring Boot web application with examples.