I have two HashMap maps that I would like to compare. Question in this case is a Javabean I have written.
HashMap
Question
How do I ass
if your bean class has a field which will be unique for every object you create then you should override equals and hashcode method in ur bean class with that field