Social Sciences, asked by mohammadsaddam1662, 1 year ago

How many values can be stored in a tree map?

Answers

Answered by writersparadise
1
Java Tree Map is an efficient way to store values in a sorted order. The important points about a tree map are:

# A tree map contains values based on a key. 
# It always contains unique elements.
# It cannot contain null key but can have multiple null elements.
#It is almost same as Hashmap except for the order in which the elements are sorted.
Similar questions