Java Stream map operation

We use the Java Stream map (an intermediate operation) to map an element in a stream to a different value (of the same or different type).

October 30, 2023

How Hashmap Works in Java

A Map data structure is an object that maps keys to values. We will see how a HashMap works in java. We will also see how get and put operations work.

July 22, 2019