Discord Community: https://discord.gg/dK6cB24ATp
GitHub Repository: https://github.com/geekific-official/
If you are a senior Java developer, or if you are even still learning the language; there is no doubt that you have encountered or used, the classes that extend the Collection and Map Interfaces. Therefore, in this video, we go over these classes, and explain when and how each one should be used.
Timestamps:
00:00 Introduction
00:41 The List Interface
02:38 The Queue Interface
04:18 Stack vs. Deque
05:21 The Set Interface
06:29 The Map Interface
08:00 Thanks for Watching!
If you found this video helpful, check other Geekific uploads:
- Abstract Data Types vs. Data Structures:
https://youtu.be/nDeIz2Kq0RE
- Arrays vs. LinkedLists - The Basics with Examples:
https://youtu.be/l1AOd7vGbQE
- Queues Explained and Implemented in Java:
https://youtu.be/b6VAlM0-RaE
- Stacks Explained and Implemented in Java:
https://youtu.be/MkcBzCtpjHk
- Maps and Collisions Explained:
https://youtu.be/kNheXzNOcm4
- New Features in Java 17:
https://youtu.be/6zmjg_ZEoH8
#Geekific #CollectionInterface #MapInterface #Java