Java ArrayList and HashMap explained.

preview_player
Показать описание
Java ArrayList and HashMap are two classes that you can use to store objects in a collection.

In this video I explain a couple of the classes from the Java collections framework. ArrayList is a wrapper class for an Array and gives us a dynamically sized, sortable array. HashMaps allow us to store objects with keys.

Both of these classes are very useful and widely used.

Рекомендации по теме