Hi,
can someone help me how to create an array of hashmaps. Iam trying to do something like this and it gives me compiler error.
Map<Integer, Map<Integer, Boolean>>[] map1 = new HashMap<Integer, Map<Integer, Boolean>>()[10];
Appreciate your help in advance
Thanks