Most Asked Java Collection Framework Interview Questions and Answers | Code Decode | Part 2

Поділитися
Вставка
  • Опубліковано 6 жов 2024

КОМЕНТАРІ • 32

  • @anuragpanwar912
    @anuragpanwar912 6 місяців тому +1

    16:35 for this we can use like that also :-public class Main {
    public static void main(String[] args) {

    ArrayList al=new ArrayList();
    al.add(1);
    al.add(2);
    al.add(3);
    al.add(3);
    Set set=new HashSet();

    Iterator listIterator = al.iterator();
    while (listIterator.hasNext()) {

    Integer next = listIterator.next();
    if(!set.add(next))
    {
    listIterator.remove();
    }

    }
    set.clear();
    System.out.println(al);
    System.out.println(set);
    }
    }

  • @ArpitSingh-wp6yx
    @ArpitSingh-wp6yx Рік тому +3

    Make a complete single vdo covering imp interview Questions on Oracle sql
    ...love your way of explaining the things in clear and concise way ❤️😊

  • @husenfakir7244
    @husenfakir7244 Рік тому +3

    Mam ur teaching is fabulous
    Make video on hibernate in deep
    And spring and springboot ,rest api

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

      Sure though we have them all in our playlist. You need links to all??🙂

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

    The way you explained is simply super can you please make a single vedio and complete vedio for java 8 feactures instead of different different vedios make it single vedio

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

    pure Gold🔥 Please being more sessions on collection

  • @AnilKumar-fb8jg
    @AnilKumar-fb8jg Рік тому +1

    I was about to request this video from you and you posted it. Thank you very much. I've been following for a quite a long time now, really appreciate the efforts you put in. Great content. Waiting for more🙂

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

      Thanks to u guys only Anil. Someone posted a comment for second part that's why we created another. You guys only gives us directions 🙏🙏👍👍

    • @AnilKumar-fb8jg
      @AnilKumar-fb8jg Рік тому

      @@CodeDecode Also one more thing, It would be great if you create a seperate playlist for these collection related videos. It makes our life easy, Thank you. Ignore if there is already a playlist and If I missed it somehow.

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

    Firstly thanks for the videos. It helps immensely. Just wantrd to say, if you can increse the frequency of your videos it will help much.

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

      Sure Arpit. It's just we all work in IT and it's really difficult to fetch time between sprints 🙂. Sorry for inconvenience. We will try to be more frequent. 👍

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

      @@CodeDecode Completely agree. Dont make us feel bad by apologizing. Just mark my words as a request. You are already doing your best. ❤️💯

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

      Thanks a lot Arpit🙏thanks for understanding 👍🙂

  • @dhrupeshpokiya9541
    @dhrupeshpokiya9541 5 місяців тому

    LinkedHashMap preserves the insertion order right .. while iterating the keyset or entryset then how does it maintain the insertion order?

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

    Thank you mam , can you please make videos on trees and graph also like one question on graph was asked in an interview -> there is 2 array given check if it is cyclic graph or not .

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

    Your explanation is so good, want to learn java 17
    If you can make it's so helpful to us

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

    For treemap, do we have to implement comparator or comparable in the class (which is going to be key)?

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

    Can you please add Java 11 features?

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

      Sure we will cover java 11 feature soon

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

    Nice one 💥

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

    Can you make some videos for java 17

  • @pandeyperfect8292
    @pandeyperfect8292 11 місяців тому +1

    nice

  • @start1learn-n171
    @start1learn-n171 7 місяців тому +1

    Tq

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

    goood