0
What is the use of HashMap actually ?
I am a SSE of ERP. I have interest in java .need to know practical implementation of Java
1 Resposta
+ 1
HashMaps are like arrays but it can store two things such as key and value using this we can access one another by calling methods containsKey() and containsValue().