Which of the following statements about TreeMap is correct?
TreeMap maintains insertion order
TreeMap allows null keys
TreeMap sorts keys in ascending order by default
TreeMap uses a hash table for storage
This question is part of this quiz :
Java Queue and Map Interface