Skip to content
amitph
  • Home
  • Spring
  • Java
  • Java 8
  • About

Home » Amit Phaltankar » Page 10

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 !!

Examples of Conversion Between List and Set in Java

Examples showing ways to convert a Java List to Set, and a Set to List using plain Java, Google Guava, and Apache Commons Collections

Examples of Conversion Between Array and Set in Java

This tutorial illustrates how to Convert an Array to a Set, as well as Convert a Set to an Array using Java, Guava, and Apache Commons API

Understand Arrays.asList vs new ArrayList( Arrays.asList )

This tutorial covers difference between Arrays.asList() and new ArrayList(Arrays.asList) with the help of examples

Spring Functional Web Framework Guide

An in-depth guide to Spring 5 Functional Web Framework. Covers Router Functions, Handler Functions, Filters, & compositions

How to create a Spring WebFlux Application

Hands on guide to build a Non-Blocking Reactive REST Service using Spring WebFlux and Spring Boot from scratch.

Introduction to Spring WebFlux and Reactive API

In depth guide to Spring WebFlux, Reactive Programming, Reactive Streams and Reactive Project API along with an Introduction to Flux and Mono

Posts pagination

< Prev 1 … 9 10 11 … 30 Next >
https://www.amitph.com

Topics

  • Java
  • Scala
  • Spring

Resources

  • About
  • Contact us
  • Java Tutorials
  • Spring Tutorials
  • Java Streams and Lambdas
  • Learning Scala
  • Home
  • MongoDB Fundamentals – Book

Latest

  • Sorting Collection of Objects by Multiple Fields in Java
  • Case-Insensitive Search in Java ArrayLists
  • Flattening Nested Lists in Java
  • Finding the Difference Between Two Java Sets
  • Comparing Two Lists In Java
© 2025 amitph.