import java.util.*; class LinkedHashMapDemo { public static void main(String[] args) { LinkedHashMaphm=newLinkedHashMap(); hm.put(100,"Tapuuu"); hm.put(101,"Silan"); hm.put(102,"Akshay"); for(Map.Entry m:hm.entrySet()) { System.out.println(m.getKey()+" "+m.getValue()); } } }
Output
100 Tapuuu
101 Silan
102 Akshay
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