Java Multikey map example

Java Multikey map example

1. Overview This article is about how to java multikey map with example. Java  Map has a key value pair where the key must be a unique Object which used…

Read More
Java Generate UUID

Java Generate UUID

1. Overview In this article, We will discuss how to generate UUID in Java. We will also discuss different ways to generate random UUID, Time-based UUID, and Name-based UUID. Full…

Read More
Java sort using Comparator example

Java sort using Comparator example

Overview In Java 8, some new comparison utility methods are added in the Comparator interface which returns the behavior of Comparator. those methods can be used with lambda expression or…

Read More