Multiple choice Which of the following is not true about TreeMap class in java? It sorts the element in ascending order. It can have null key. It can not have any null keys. It extends AbstractMap class. None of the above Reveal answer Fill a bubble to check yourself B Correct answer Explanation It does not allows any null key but can have multiple null values.