can we declare hashmap inside a hashmap code example
Example: declare a hashmap in java
HashMap<Integer,String> map=new HashMap<Integer,String>();//Creating HashMap
HashMap<Integer,String> map=new HashMap<Integer,String>();//Creating HashMap