pcyuen98 / covidAngular

0 stars 0 forks source link

R&D Java Basic - Map and ArrayList #20

Closed haziramazlan closed 3 years ago

haziramazlan commented 3 years ago

What is the difference between a map and an array list in Java?

haziramazlan commented 3 years ago

Map:

image Output: image

ArrayList:

image Output: image

References:

  1. https://www.javatpoint.com/map-and-hashmap-in-java#:~:text=Key%20Differences%20between%20Map%20and%20HashMap&text=The%20Map%20is%20an%20interface%2C%20and%20HashMap%20is%20a,of%20the%20Java%20collection%20framework.&text=But%20the%20HashMap%20can%20have,interface%20and%20extends%20AbstractMap%20class.
  2. https://www.javatpoint.com/java-arraylist