+ 11
What are java maps ?
3 Answers
+ 3
Map allow you to store data of type Key and Value.
For exemple a postal code with the code for Key and the town for Value. You can search by code in the map which will return the town.
See https://www.youtube.com/watch?v=uu20xO9AaU4.
+ 9
https://www.sololearn.com/learn/Java/2181/?ref=app
+ 6
thanks to all