# Introduction Sorting is a vital operation in computer science, and Java provides different in-built methods to sort various data structures. Java has different classes available to sort different data structures. In this lab, we will explore sorting arrays, collections, and user-defined class instances.
Click the virtual machine below to start practicing