Challenge exercises Read the footnote about the Arrays. As List method. Find and read the sections in this book about class variables and class methods. Explain in your own words how this works. What are examples of other methods that the Arrays class provides? Create a class called Sorting Test. In it, create a method that accepts an array of int values as a parameter and prints out to the terminal the elements sorted (smallest element first).