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

Home » Java Core » Page 5

Java Core Tutorials

Java Core defines the basics of Java Programming language and language fundaments

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

Mapping Lists of different elements types using Model Mapper

Learn How to Map Java Lists of different element types using ModelMapper Library. Covert a list of a bean to list of different bean in Java.

Parse Large Json Files in Java using Gson Streaming

Guide on How to Parse Large Json files into Java Objects. Use Gson Streaming to Stream very large Json file and covert it into objects.

Java Large Files – Efficient Processing

Guide to Optimal ways of Java Large Files Processing. Compare between the fasted and the most memory efficient ways to read and write files

Posts pagination

< Prev 1 … 4 5 6 … 14 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.