Java Crash course | 21 | Map | Java | Tree Map Explained | Tamil

Поделиться
HTML-код
  • Опубликовано: 21 окт 2024
  • The map is not the child interface of Collection. This is why it's not accepted as a true collection. The map is also used to store a group of individual objects. The main thing about Map is, it will store the records as a key-value pair. TreeMap is one of the implementation classes for Map interface. In this video, we will learn about TreeMap and its method.
    How does HashMap Work: Must Watch ( • How HashMap works in J... )
    HashTable: • Java Hash Table
    Community:
    Best way to reach me (replies will be faster): RUclips comment section
    If you want to post your code snippet/screenshot, please ask my forum:
    bit.ly/2C2ZISR
    Also, you can follow me on Facebook and Instagram.
    Facebook: bit.ly/2TqPlis
    Instagram: bit.ly/2Ez36rH
    #JavaForSelenium #TreeMap #LearnAutomationOnline

Комментарии • 61

  • @vijayanand5005
    @vijayanand5005 4 года назад +19

    Thanks a lot bro I have completed ur java crash course. Doesn't matter if there are not much views. Because your videos has now officially qualified as hidden treasures. :) I have found it. Sure I'll help my friends find this treasure too by sharing them :)

    • @LearnAutomationOnline
      @LearnAutomationOnline  4 года назад +1

      Glad to hear vijay

    • @vijayanand5005
      @vijayanand5005 4 года назад +1

      @@LearnAutomationOnline anytime bro 😊 the way you explain things clearly and precisely, really i feel the teaching industry has missed a great teacher since he chose to become a tech professional. :) keep going with ur good work.

  • @PradeeshKumarKumar-px1us
    @PradeeshKumarKumar-px1us 7 месяцев назад +2

    "At last, after years, I have learned Core Java. It happened only because of the way you teach bro, Thanks a lot"..

  • @SureshSuresh-xh8du
    @SureshSuresh-xh8du 10 дней назад

    Very clear explanation sir thank you so much for your effort

  • @karthickkarthick1034
    @karthickkarthick1034 Год назад +1

    Super bro ,As per your instructions we are only understanding the concepts .memorizing won't work great thalaiva super .Awesome teaching .

  • @venkatesh8783
    @venkatesh8783 3 года назад +2

    Bro i am fresher in automation i have watched all your tutorial really it helps me a lot without u knowing automation...i just watched all English tutorial i haven't not learn completely after when i watched your videos it makes easy for me...is it enough for beginners automation to go for interview...

  • @kidvikvlogs
    @kidvikvlogs 2 года назад

    Surely this channel will reach 1millon subscribers soon. One of the good channel.

  • @aravindhram308
    @aravindhram308 2 года назад +1

    After two years of your video post i saw it now only -- how did i missed your video before i do not know -- very nice video in tamil and explained in a good way -- i believe in future your efforts will be surely recognized

  • @mithunkumarb5161
    @mithunkumarb5161 3 года назад

    I have completed java crash course bro. Thanks a lot for your teaching and effort 🙂

  • @sabareeshjr9542
    @sabareeshjr9542 2 года назад

    I have completed java crash course. Thank u sir

  • @ramakrishnan1896
    @ramakrishnan1896 5 лет назад +5

    Thanks a lot for all of your tutorials bro. I must say that yours is one of the greatest Tutorials I have ever met for Java.
    Also I would like to say that you please do some kinda marketing and promotions for your videos.
    Such a wonderful Map Tutorials video with just 350+ views is very underwhelming and heart wrenching. You deserve a lot more bro.

    • @LearnAutomationOnline
      @LearnAutomationOnline  5 лет назад +3

      Thanks a lot Rama Krishnan. 😊 Even I tried to promote videos, but the amount of energy, time and the money I spent has not given any fruitful results. But it started affecting my enthusiasm and the quality of my videos were degrading. So I stopped spending time for that, the only promotion I'm believing firmly is, people like you. 😊. It will take time, but it will be constant. Pls share it with your friends and circle it will be helpful for them and for me as well. Thanks a lot again. Keep learning.

    • @ramakrishnan1896
      @ramakrishnan1896 5 лет назад +2

      @@LearnAutomationOnline
      Thanks for your reply bro.
      I have started Sharing your channel in our friends WhatsApp group...
      SMS Santhanam dialogue maadhiri:
      "Nallavanga dialogue reach aagum. Enna konja late aagum"

  • @vijayp1884
    @vijayp1884 4 года назад

    Unga teaching Nalla puriudhu sir....Thank u

  • @mayayadhu
    @mayayadhu 2 года назад +2

    Thanks a lot for your videos and learned a lot

  • @pushparaniraman2765
    @pushparaniraman2765 5 лет назад

    Your way of teaching is so good ..

  • @thiagarajavicky7820
    @thiagarajavicky7820 2 года назад

    You are awesome man..With the help of your new tutorial videos got a new offer..most importantly ur videos gave me confidence to answer java based questions in interview..Thank you ❤️

  • @naveenkumar-sc9nz
    @naveenkumar-sc9nz 3 года назад

    Hi Bro.
    I have completed ur java course..
    Your way of teaching is very gud..
    Anyone can learn java by watching ur tutorial..
    Now I'm working in manual testing.
    This course completion will helps me to switch into automation ✨
    Thank u so much bro😍💜

  • @arivom-pakirvom3082
    @arivom-pakirvom3082 2 года назад

    Thank you. Very informative playlist👍

  • @abinayaboopathi3351
    @abinayaboopathi3351 3 года назад

    Anna... Really awesome knowledge sharing!!! Kudos to you!! You have lot of patience to explain everything..May you continue to achieve great things in the future 😎😄

  • @rajkumarm25
    @rajkumarm25 Год назад

    Excellent explanation!

  • @nathamuni9435
    @nathamuni9435 3 года назад

    Bro excellent deed 👍
    Successfully completed 🙏

  • @abarnajayachandran1298
    @abarnajayachandran1298 2 года назад

    super explanation and thanks for this all info

  • @arunvijay9728
    @arunvijay9728 Год назад

    Hi @arulprasath,
    i need a solution for this question.
    Question :
    Create a program to find the longest sequence of positive no.
    Ex: 1 4 5 -1 0 2 -2 1-3 7 8 9 0.
    It should display the longest sequence as 7 8 9 0.
    If two sequence has 4 no then it should display both the sequence. input will be dynamic .

    • @sheenageorge
      @sheenageorge Год назад

      It should display as 7 8 9 0 or 3 7 8 9 0 ...?

  • @priyaraj2766
    @priyaraj2766 8 месяцев назад

    Hi Sir. LAO Blog link is not working. Can you please provide the url for that?

  • @dhinakaranvadivel526
    @dhinakaranvadivel526 2 года назад

    thanks much arul bro

  • @vishnukumar-pm5kd
    @vishnukumar-pm5kd Год назад

    Thanks a lot bro 🙌

  • @ramuthaithamarai7798
    @ramuthaithamarai7798 2 года назад

    Hi Sir, thanks for your video....now collection very clear...
    sir could you please help me to give some tips on the java program using oops concept.
    "New Years Gift: identify the hierarchy of chocolates and other sweets .create multiple objects of sweets.collect children's gift to define the total weight.

  • @shalinid6735
    @shalinid6735 4 года назад

    Thanks bro 😊 unga native trichy ah🤩

  • @KrishnaKumar-mn8yw
    @KrishnaKumar-mn8yw 2 года назад

    @Learn automation online videos.are awesome... could u plz give us a web site as we can practice online stuffs...

  • @naveenkumar-in3lk
    @naveenkumar-in3lk 3 года назад

    {Palakkarai=Trichy, SriRangam=Trichy, Thiruverumbur=Trichy, kallukuzhi=Trichy} show fro me bro.Please clarify it

  • @nathamuni9435
    @nathamuni9435 3 года назад

    Is hashing in java is similar to SHA or MD 5...?

  • @Vajith-ng8oh
    @Vajith-ng8oh 2 года назад

    Bro mock interview conducted pannuga

    • @LearnAutomationOnline
      @LearnAutomationOnline  2 года назад

      Sorry, it's extremely difficult for me to make videos with my current workload. Ad syncing up with some one else, from different time zones, is not possible for me.

  • @kavipriyarajapandi2241
    @kavipriyarajapandi2241 4 года назад

    Can u please post video for comparable and comparator interfaces sir ...?

    • @LearnAutomationOnline
      @LearnAutomationOnline  4 года назад

      I think I have explained in one of the videos while explaining java. Let me search and share it.

  • @miltondinesh42
    @miltondinesh42 5 дней назад

    namma ooru

  • @ilavarasansriraman4140
    @ilavarasansriraman4140 4 года назад

    Bro.. Comparable interface and comparator interface .. Ithaiyum Automation cover pananuma?? Question kekka chances iruka??

    • @LearnAutomationOnline
      @LearnAutomationOnline  4 года назад +1

      No. All these are mostly java based. For automation perspective focus on list, set, map. Collection concept is very important

  • @abdul2001
    @abdul2001 4 года назад

    Bro, Does thread need to selenium? , and what is thread? Could you explain thread for selenium?

    • @LearnAutomationOnline
      @LearnAutomationOnline  4 года назад

      Thread is a subprocess. It is a OS level concept and all the languages support it. There is no thread for selenium. Thread is a suborocess. Like program execution is a sub process, and using sleep method you can put that process to hold. Thread itself is a huge and important concept in java

  • @stefisterlin
    @stefisterlin 2 года назад

    thnks sir

  • @ourlife9181
    @ourlife9181 3 года назад

    Any json tutorial link pls

  • @thechennaicook8961
    @thechennaicook8961 5 лет назад +1

    Can you share the link to your blog ?

    • @LearnAutomationOnline
      @LearnAutomationOnline  5 лет назад +1

      www.learnautomation.online this is the one present in all the thumbnail. 😊

  • @boopalan092it508
    @boopalan092it508 5 лет назад +1

    Bro Hash Table topic missing, Can you please post soon as possible. please details about y it is synchronised

    • @LearnAutomationOnline
      @LearnAutomationOnline  5 лет назад

      Hi boopalan. It was not missing. Have mentioned that there's an excellent video on hashing and hashtable. Instead of reproducing the same, gave the link to that video in the description of tree map video. Ranjith Ramachandran hashtable explained. This is the search term in RUclips. One reason for hashtable being synchronised, is because it's a legacy class. Legacy class in the sense available from the first version of java. During those times, the key value pair storage wasn't that much effective and most of the implementation were synchronised only. Please let me know if you need any further information.

  • @thechennaicook8961
    @thechennaicook8961 5 лет назад

    How many videos are yet to be posted in this series java crash course ji.?

    • @LearnAutomationOnline
      @LearnAutomationOnline  5 лет назад +1

      With this java crash course is over. Tomorrow one will video on creating elegant test reports will be posted. Wednesday onwards maven absolute beginner guide will be published.

    • @thechennaicook8961
      @thechennaicook8961 5 лет назад

      Ok thanks ji. All set to learn maven 😃

    • @LearnAutomationOnline
      @LearnAutomationOnline  5 лет назад +1

      Hope the maven series will meet you expectations. 😊

    • @boopalan092it508
      @boopalan092it508 5 лет назад

      Thanks fr response bro.. ur videos bring a confident n preparing selenium... But mostly in interview thir questions focus on GIT repo nd Jenkins... Waiting eagerly fr ur videos bro

    • @LearnAutomationOnline
      @LearnAutomationOnline  5 лет назад +1

      Thanks boopalan. 😊. I'm preparing a story for git concepts. All my tutorials will be a series. Like in which order one has to learn technology. In that order only I'm posting videos. GitHub is a very important concept, so taking extreme care, even if a person is not at all from coding background he/ she should understand git. Post that Jenkins and API testing will follow. You can expect git by mid or end of coming week. If you like the videos please share it with your circle. 😊