+ 2
Can anyone tell that in hashmap if we put same key then there will be change in mapping
Java
2 Réponses
+ 9
Old value of that key will be replaced with the new value(which you have assigned currently)
+ 1
#Chaithra Gowda
Thank u for ur help😊
Java