ASSURESOFT interview question

What is the sorting algorithm that Java uses by default?

Interview Answer

Anonymous

Sep 13, 2024

QuickSort due to avoiding On complexity.