
Hi,
can any plese help me solve below problem.
I have 2 hash map where key is String.I want to store the value of both the hashmap in to map3 such that if both have same key then it will integrate the value not override the key.
1.HashMap1---->{aa=12,ab=123} 2.HashMap2---->{aa=13,ac=13,acd=pqr} 3.HashMap3---->{aa=12,13 ,ab=123,ac=13,acd=pqr}(out put should be like) }
please help me to solve this...
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.