Technical Interview Preparation

Get hired by top tech companies with our comprehensive interview preparation.

Get Started

Category: Java

Java

Check if two lists are equal in Java

This post will discuss how to check if two lists are equal in Java. The List may be a List of primitive types or a List of Objects. Two lists are defined to be equal if they contain exactly the same elements, in the same order.

Java

Varargs examples in Java

Varargs in Java allow you to pass the final argument to a method as an array or as a sequence of arguments, by placing three periods after the final parameter’s type. This post will list out a few examples of varargs in Java.

Do NOT follow this link or you will be banned from the site!