Which algorithm is used in collections sort method?



Which algorithm is used in collections sort method?..

Answer / Anamika Khare

The sort method in Java Collections uses a quicksort algorithm by default.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

What is hash data type?

1 Answers  


How do you declare An array of three pointers to chars

1 Answers  


How can you implement a stack?

1 Answers   NIIT,


What is data in computer science?

1 Answers  


write a program to accept name & sort them?

1 Answers  


How many types of arrays are there in visual basic?

1 Answers  


Tell us the difference between merge and quick sort. Which one would you prefer and why?

1 Answers   Agilent, ZS Associates,


Which is faster hashmap or hashtable?

1 Answers  


What is the advantage of circular linked list?

1 Answers  


How to use appendNode() in linkedlist()?

1 Answers  


How do treesets work internally?

1 Answers  


Define graph traversals?

1 Answers  


Categories