Introduction - If you have any usage issues, please Google them yourself
HashMap and TreeMap instance 1) the definition of a Emp class contains (key) id and (value) name member variables. 2) create Map through hashMap and Treemap class collection, will create the Emp object storage in the Map collection 3), respectively, to traverse the map to create a collection of hashmap and Treemap class, summed up its characteristics.