Can anyone tell that in hashmap if we put same key then there will be change in mapping | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Can anyone tell that in hashmap if we put same key then there will be change in mapping

Java

19th Aug 2020, 4:14 AM
Aman[#Wizard]
Aman[#Wizard] - avatar
2 Answers
+ 9
Old value of that key will be replaced with the new value(which you have assigned currently)
19th Aug 2020, 4:25 AM
chaithra Gowda
chaithra Gowda - avatar
+ 1
#Chaithra Gowda Thank u for ur help😊
19th Aug 2020, 4:26 AM
Aman[#Wizard]
Aman[#Wizard] - avatar