Hope all of you would know the Generics in java 5. If so, can you try to locate the error in the below program, that leads to the follwing compilation error
- The method testMethod(List<Map<String,String>>) in the type OverloadingTest is not applicable for the arguments (ArrayList<HashMap<String,String>>)
Filed under: techinal | Tagged: java | Leave a Comment »
