Java Collections Tutorial

Поділитися
Вставка
  • Опубліковано 12 вер 2024
  • Learn all about Java Collections and write Java code with confidence!
    🔥 Want to master Java? Get my complete Java mastery bundle: bit.ly/2tKoy8C
    👍 Subscribe for more Java tutorials like this: goo.gl/6PYaGF
    📕 Get my FREE #Java cheat sheet: bit.ly/2JNlQnw
    ⭐️ Want to learn more from me? Check out these links:
    Courses: codewithmosh.com
    Twitter: / moshhamedani
    Facebook: / programmingwithmosh
    Blog: programmingwith...
    #Java #Programming

КОМЕНТАРІ • 86

  • @nicolai9595
    @nicolai9595 2 роки тому +19

    Somehow you manage to make videos that fit just along side my curriculum of coding for beginners in my computer science degree. Really nicely explained, and helps me grasp the concept better! Thanks Mosh

  • @MrCrackheadst
    @MrCrackheadst 2 роки тому +5

    I started the video asking myself why i couldnt use the for each with the genericList. i start stackoverflowding not getting a good answer. little did i know the whole purpose of the video was explaning exactly that 🤣. Your way of teaching is very intuitive. i usually use your videos to understand and then complement with books once i do understand to get the intricacies of each topic.

  • @bunyyilmaz7646
    @bunyyilmaz7646 9 місяців тому +1

    - [00:33] 📚 Java Collections Framework Overview
    - Overview of the Java Collections Framework hierarchy: interfaces represented by green boxes and classes by blue boxes.
    - Hierarchy breakdown: `Iterable` interface, `Collection` interface, and sub-interfaces (`List`, `Queue`, `Set`) with added functionalities.
    - Explanations on common operations declared in the `Collection` interface and their significance.
    - [03:37] 🎶 Iterable Interface's Purpose and Problem Resolution
    - Understanding the `Iterable` interface: its place in Java, functionality for iteration over objects.
    - Demonstrating a problem with iterating over a generic list, highlighting issues with exposing internal implementations.
    - Analogies with remote controls and encapsulation in object-oriented programming.
    - [07:41] 🔍 Benefits of Implementing the Iterable Interface
    - Exploring the benefits of implementing the `Iterable` interface: independence from internal implementations.
    - Details on the `Iterator` interface and its role in simplifying iteration over collections.
    - Demonstrating the conversion of a for-each loop into iterator operations via Java compilation.
    - [09:02] 🧩 Implementing the Iterator Interface
    - Step-by-step implementation of the `Iterator` interface within the `GenericList` class.
    - Construction of a private nested class, `ListIterator`, and methods (`hasNext`, `next`) for iteration control.
    - Enabling iteration over a generic list without exposing its internal structure.
    - [13:06] 📦 Collection Interface Introduction
    - Introduction to the `Collection` interface: its representation as a container for objects.
    - Explanation of essential operations (`add`, `remove`, `contains`, etc.) declared in the `Collection` interface.
    - Insight into extending the `Iterable` interface and common implementations like `ArrayList`.
    - [20:00] 📂 Demonstrating Collection Interface Operations
    - Implementation examples using the `Collection` interface within the `CollectionsDemo` class.
    - Methods for adding, iterating, removing, checking existence, and converting collections to arrays.
    - Utilizing utility methods like `addAll`, `size`, `clear`, and others within the `Collection` interface.
    - [23:50] 📚 Converting Collection to String Array
    - Converting a collection to a string array allows access to string methods.
    - Utilizing `collection.toArray()` with a specified array type permits access to string methods easily.
    - Utilizing `var` simplifies code readability despite arguments against its usage due to clarity in object type identification.
    - [25:40] 🔍 Comparing Collections
    - Comparing two collections for equality using `collection.equals(other)` compares their memory references.
    - Checking for identical content between collections is done through `collection.equals(other)` method, which compares their actual content.
    - [28:02] 📋 Exploring List Interface
    - The List interface manages ordered collections where accessing objects by index is crucial.
    - List operations include adding, inserting, retrieving by index, and removing items at specific indices.
    - Features such as `list.subList()` provide functionality to obtain a sublist from a List.
    - [30:27] 🔍 Using List Interface Methods
    - Methods like `list.remove(index)` in List interface allow removal by specific index, a feature absent in general collections.
    - `list.indexOf()` and `list.lastIndexOf()` determine the first and last indices of an element, respectively, aiding in search operations.
    - The `list.subList(from, to)` method extracts a section of the list between two specified indices.
    Made with HARPA AI

  • @saibalmukherjee6990
    @saibalmukherjee6990 2 роки тому +34

    'Mosh' means buffalo in bengali! Thank you so much sir for helping us so much ! i am a kid learning python from your online course and enjoying it as well!

  • @insighted6856
    @insighted6856 2 роки тому +4

    This is exactly what I needed to learn next! Thanks so much Mosh! 😁

  • @steinbeats
    @steinbeats 2 роки тому +2

    Be blessed Mosh Plus everyone else learning code through Mosh

  • @johaneluttig9311
    @johaneluttig9311 2 роки тому +1

    Our curriculum is purely based on Delphi... I have learned a lot from all of your other videos for hobbies and now I know who to ask when I really need help! knowing that our country's public schools (and I believe most other schools) has a but of a struggle when it comes to teaching these kinds of things, would you be able to help us; at least with the basics?

  • @bubakrSiddiq
    @bubakrSiddiq 2 роки тому +1

    You are absolutely very good teacher and programmmer.

  • @darren15
    @darren15 Рік тому +1

    Why would I use "collection collection = new ArrayList()" when I could use the class that implement the collections like "ArrayList alist= new ArrayList(); " ? Would benefit does it provide to use the collection? I guess I missed it in the video. LOL

  • @umairnaveed2075
    @umairnaveed2075 2 роки тому +2

    Sir kindly make a video that complete react js course in latest version like functional components

  • @leqalcoding1066
    @leqalcoding1066 2 роки тому +1

    I've learnt more than alot from your videos
    please!! can you do a video on Open3d python?!🙏🙏🙏🙏

  • @TecICTian
    @TecICTian 2 роки тому +1

    A great flow and good explanation to understand the lesson clearly...

  • @mohanbabu.d
    @mohanbabu.d 2 роки тому +2

    Thank you mosh
    Ur Videos are good 👍

  • @orisit9038
    @orisit9038 2 роки тому

    Hi Mosh, Thank you for all the tutorials especially C#, i just finished your whole course on MVC 5. Please make also a Course on WPF C#, you have the best teaching method and style here in YT, so clear and precise and whats great is it is for real world scenarios as i just got hired as a 'no experience' developer and these tutorials helped me a lot. Thanks again and God Bless you and your family. 🙏

  • @svetlanamazhaykina6918
    @svetlanamazhaykina6918 7 місяців тому

    Thanks for your work, Mosh! Well done!

  • @longkesh1971
    @longkesh1971 Рік тому

    Thank you for making this video. Your examples are clear and easy to understand.

  • @gerenzoz
    @gerenzoz 2 роки тому +1

    Mosh you are great guy whic macbook you use

  • @erichopeprince5867
    @erichopeprince5867 Рік тому

    Thank you for this, please touch on advanced java as a course. Thank you

  • @bharat_thapa_
    @bharat_thapa_ 2 роки тому +1

    *I would like to know about your next course details*

  • @dembro27
    @dembro27 2 роки тому

    I'm learning and using Java 8, but I wish I had that var keyword!! Nice video, thanks.

  • @kookie3878
    @kookie3878 2 роки тому +2

    Hi mosh could u plz once again give access to discount of yearly package on your courses I was unable at that time to pay.

  • @aces8481
    @aces8481 2 роки тому +1

    uncanny timing - badly needed this one and couldn't have come from a better teacher :)

  • @pavaniduvvuri6099
    @pavaniduvvuri6099 2 роки тому

    I am a big fan of mosh because of him i learnt python free that's happy

  • @androidprojects2706
    @androidprojects2706 2 роки тому +2

    Hello Mosh, your videos has took me far in programming, pls.. I have some problem, my last comment you didn't reply for about three weeks now... How can I reach you so I can drive my questions to you personally rather than here ?

  • @alexandergarciacastaneda9189
    @alexandergarciacastaneda9189 2 роки тому

    hello, would you consider to upload your courses to udemy?

  • @皇甫少華
    @皇甫少華 2 роки тому

    When will the spring boot course be released?

  • @gutufida4641
    @gutufida4641 2 роки тому +1

    What is 'var' in java?

  • @UmerFarooq-vk9be
    @UmerFarooq-vk9be 2 роки тому

    After seeing kotlin syntax i think java is still clear and straight forward

  • @DaiMoscv
    @DaiMoscv 11 місяців тому

    Why are you using var as variable instead of the types?

  • @jesiotra6246
    @jesiotra6246 Рік тому

    ich bought a mastery course , but i can't find it in it. Could you say in with part and time exactly it is?

  • @AmitKumar-mz2jg
    @AmitKumar-mz2jg 2 роки тому

    Can we learn python in place of JavaScript?

  • @amitnagdev5111
    @amitnagdev5111 2 роки тому +1

    Mosh, i'm grateful for the content you uploaded on the youtube for free of cost.But one thing that i would like to address is that the pricing of the paid course is minimal according to U.S., but not for the asian community following you. So on behalf of all of them i request you to please consider differential pricing if possible.

    • @naufaladi.youtube
      @naufaladi.youtube 2 роки тому

      yes, price localisation would be great (For perspective, the minimum wage in Indonesia capital city is less than $350 USD per month, or about $4200 yearly)

  • @khesrawsalehi294
    @khesrawsalehi294 2 роки тому

    Please do java multithreading and java socket programming please

  • @yassfeealbaloushi2310
    @yassfeealbaloushi2310 2 роки тому

    hey mosh ,how are you doing? i have a question about your paid courses..so if I subscribe for a monthly payment and enrolled in a course , and the month have passed without me completing the course..will I still be able to get to that course without subscribing for another month? please give me an answer :))

  • @abhishekgupta7675
    @abhishekgupta7675 2 роки тому

    mosh please make a course on spring boot

  • @anu8590
    @anu8590 2 роки тому +2

    enjoy java with mosh☕

  • @xxbossxx_king9383
    @xxbossxx_king9383 2 роки тому +2

    Make a course of Dart programming language ❤️

  • @blouisuba2647
    @blouisuba2647 2 роки тому

    Mosh can you go check your data structure and algorithms course part 2 & 3 is redirecting Back to homepage

  • @umarani4657
    @umarani4657 2 роки тому +1

    Java is a best of millions of the world 🌎 by the way to

  • @azaih
    @azaih Рік тому

    Excellent video, thank you

  • @user-vb8iq1bs2v
    @user-vb8iq1bs2v Рік тому +1

    Sorry, but code at 4:55 doesn't work.
    While it shows no errors, when trying to run it, I get:
    Exception in thread "main" java.lang.ClassCastException
    🤷‍♀️

  • @v.k.5056
    @v.k.5056 2 роки тому

    Sir, can you make a tutorial video on Golang pls

  • @aditisharma3948
    @aditisharma3948 9 місяців тому

    what is var ? a data type?

  • @superboy3625
    @superboy3625 2 роки тому

    Hello sir pls make a full course video on git .

  • @queryhub5151
    @queryhub5151 2 роки тому

    Sir hi
    How to write code
    I am developing seo tools website using rapid api. But how to take user input in api url ?
    I mean user enter something in search bar then get data by rapid api. Please help me sir

  • @alirezavalikhani7232
    @alirezavalikhani7232 2 роки тому

    That was great.داداش دمت گرم

  • @GeeksForCode511
    @GeeksForCode511 2 роки тому

    Why not do a course on a programming language C++?

  • @bensl3308
    @bensl3308 10 місяців тому

    Really great video.

  • @SHOURYAAAA
    @SHOURYAAAA 2 роки тому

    This guy is great.

  • @AugustLiljegren_
    @AugustLiljegren_ Рік тому

    Thank you so much❤

  • @saraayub171
    @saraayub171 2 роки тому +2

    Hi mosh sir

  • @prashantkumar-kl2ku
    @prashantkumar-kl2ku 2 роки тому

    What about flutter course

  • @KTechy-
    @KTechy- Рік тому

    Great video ❤

  • @rudolfmukhammadiev3117
    @rudolfmukhammadiev3117 2 роки тому

    Please mosh can you create new node course 🙏

  • @udaysriramula8148
    @udaysriramula8148 2 роки тому

    What is web 3

  • @CharlotteGreen-rc3my
    @CharlotteGreen-rc3my Рік тому

    good explanation

  • @blouisuba2647
    @blouisuba2647 2 роки тому

    Mosh how can I have a one on one conversation with you.

  • @saraayub171
    @saraayub171 2 роки тому

    Are you from America

  • @fifaham
    @fifaham 11 місяців тому

    Thank you dnldd

  • @comradeishaan89604
    @comradeishaan89604 2 роки тому +2

    Ishaan

  • @olowojobabankole4671
    @olowojobabankole4671 Рік тому

    I like mosh ally but this video made collections more complicated than it is

  • @saraayub171
    @saraayub171 2 роки тому +1

    Hi

  • @nilesh6929
    @nilesh6929 2 роки тому

    Start a course on Android app development

  • @erfan_ops
    @erfan_ops 2 роки тому

    Are you iranian?

  • @theaftermath98
    @theaftermath98 Рік тому +1

    your videos are not good for beginners, many be people who know something a bout java but for an absolute beginner will always have loop holes in the understanding, but anyway thanks

  • @asktostranger8296
    @asktostranger8296 Рік тому

    Make your all paid courses free , then see the magic

  • @rezahajitarkhani7788
    @rezahajitarkhani7788 2 роки тому

    سلام خیلی عالی بود

  • @abeerizar5337
    @abeerizar5337 11 місяців тому

    شرح حيل عميق مومال مبتدئين

  • @RedRebel8
    @RedRebel8 Рік тому

    Too many ads - it kills your concentration.

  • @almanduku9043
    @almanduku9043 8 місяців тому

    I didn't like it, completely not practical you tell that

  • @adityabiswal5506
    @adityabiswal5506 2 роки тому

    202nd view.

  • @alexkart
    @alexkart 2 роки тому

    Обращаюсь к российским айтишникам. У вас забирают лучшие года жизни. ua-cam.com/video/tzLSfWGl76A/v-deo.html

  • @mohammadimran9471
    @mohammadimran9471 Рік тому

    I need your GMail address. because i need a business app

  • @komuoirish7396
    @komuoirish7396 2 роки тому

    Sir please, give me your email 🙏