Does treeset allow null values?
Answer / Vinika Choudhary
No, TreeSet does not allow null values. If you try to add a null value, it will throw a NullPointerException.
| Is This Answer Correct ? | 0 Yes | 0 No |
What do you mean by separate chaining?
What are the advantages of sorting?
What is the use of prototype?
A lot of data structures related programs related to only trees and graphs, like the diameter of a tree, removing the loops in a graph etc.
What is dynamic array with example?
Is binary tree a bst?
What is the difference between arraylist and linkedlist?
What are the advantages of linked list over an array?
Write the syntax in c to create a node in the singly linked list.
What is indexing an array?
What is the Difference between sax and dom parser?
Can you override methods of arraylist?