Create an array using the makeRandomArray method, then take a start time using System.currentTimeMillis(). Next, run the array t
hrough one of the sort methods in the Sorter class. Finally, record the end time. Subtract the start time from the end time and print out the results. You will test each of the 3 sorts. Required:
Is the fastest sort always the same?
An object is an instance of a class. And a class is what defines or describes the behavior or the state of the object of its type. When a class is defined no memory is allocated until when an object is created memory is allocated.