Apprendre Java #10 Collections (List / Set)

Episode N°10 of the "Learn Java" playlist - We discuss Collections (List / Set) in Java. In this tutorial we will discuss the Collections family, and more particularly 2 widely used types: List and Set. Collections can be used in other programming languages ​​(JavaScript, Kotlin, C#...), they simply have a different name! 👉 Discord -   / discord   👉 Twitter -   / jir4ws   📚 Formations (Java, AWS...) - https://www.jiraws.com/formations ☕ Support me - https://www.buymeacoffee.com/JirAWS 👨‍🏫 Link to the Google Slide of the video: https://docs.google.com/presentation/... (some additions are made during the editing of the video, the document provided may seem incomplete) Oracles List documentation: https://docs.oracle.com/javase/8/docs... Oracles Set documentation: https://docs.oracle.com/javase/8/docs... 📖 Video chapters: 00:00 - Introduction 00:16 - Iterables and Collections (LinkedList, HashSet, Queue...) 01:18 - Definition (List) 02:19 - Methods (List / Collections) 02:50 - Example code 04:13 - Indices (index) in Programming 05:10 - Compare ArrayList(List) and HashSet(Set) 06:50 - End Again and again, the notion of "reference" is important to approach Collections and Object Oriented Programming (OOP) globally, you will find in this playlist a video dealing with the subject. The video link:    • Apprendre Java #2 Variable et Référence   We will discuss the two types of Collections "List" and "Set". We will see that they have an almost similar functioning (belonging to the same family), but that a difference will set them apart. We will see in the next practical video different use cases of these two types of Collections to better understand how to choose them according to the code we are writing. In the next videos, we will discuss the notions of Map, Genericity (disregarding Object Types), Design Pattern, etc... in Java. 🔔 Subscribe to the channel: https://www.youtube.com/c/JirAWS?sub_... 🌐 https://www.jiraws.com 📧 [email protected] #Java #Programmation #Tutorial