Solved

Which Sort Algorithm Is Used in the Sort Method in the Java

Question 96

Multiple Choice

Which sort algorithm is used in the sort method in the Java Arrays class when the array length is less than 7?


A) merge sort
B) quicksort
C) selection sort
D) insertion sort

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions