import java.util.*; classTreeMapDemo { public static void main(String args[]) { TreeMap
hm=new TreeMap (); hm.put(100,"Tapuuu"); hm.put(102,"Silan"); hm.put(101,"Sushh"); hm.put(103,"Manu"); for(Map.Entry m:hm.entrySet()) { System.out.println(m.getKey()+" "+m.getValue()); } } }
Output
100 Tapuuu
101 Sushh
102 Silan
103 Manu
HashMap is can contain one null key. | TreeMap can not contain any null key. |
HashMap maintains no order. | TreeMap maintains ascending order. |
Silan Software is one of the India's leading provider of offline & online training for Java, Python, AI (Machine Learning, Deep Learning), Data Science, Software Development & many more emerging Technologies.
We provide Academic Training || Industrial Training || Corporate Training || Internship || Java || Python || AI using Python || Data Science etc