# Introduction In this challenge, we will create a Java program to remove duplicate numbers from a batch. We will store the numbers in an ArrayList and use the List interface to remove the duplicates. The program will then print out the deduplicated list.
Click the virtual machine below to start practicing