Which is the parent class of sortedset<e> class?
Answer / Amit Kumar Verma
{"SortedSet extends Set, which in turn extends Collection. The immediate parent of SortedSet is AbstractSortedSet."
| Is This Answer Correct ? | 0 Yes | 0 No |
How do you separate zeros from non-zeros in an array?
Why we use linked list?
What package is arraylist?
What do you mean by articulation point?
What is heap tree?
How to find if linked list has loop?
What is dynamic array with example?
Can we remove element from arraylist while iterating?
What are the advantages of linked list?
What is the difference between hashset and treeset?
how to search an element in sorted linked list with time complexity is O(log n).
What is bubble sort?