#2 - Difference between List/Set/Map Based Classes (Ordering/Access/Key-Value/Duplicate/Thread-Safe)

  Рет қаралды 87,909

Naveen AutomationLabs

Naveen AutomationLabs

Күн бұрын

Пікірлер: 73
@atulthorat5670
@atulthorat5670 3 жыл бұрын
वोह मिल गया जिसकी मुझे कबसे तलाश थी.. Thank you Naveen
@sandeepreddy9700
@sandeepreddy9700 3 жыл бұрын
Thanks a bunch Naveen , people like you really make world a better place by helping others to learn easily 🙏🙏
@rajalakshmis201
@rajalakshmis201 3 жыл бұрын
Real Hero, and guiding in proper way to learn every concept in clearly.
@urvashimehta1570
@urvashimehta1570 3 жыл бұрын
Great video, still watching it. You are doing an amazing job boosting the confidence of people with your detailed content in each of the videos. I am really very thankful to you.Great video, still watching it. You are doing an amazing job boosting the confidence of people with your detailed content in each of the videos. I am really very thankful to you. Just a small correction I would like to point here. HashMap doesn't allow duplicate keys but allows duplicate values. That means A single key can't contain more than 1 value but more than 1 key can contain a single value.
@soumyacc4209
@soumyacc4209 Жыл бұрын
Hi Naveen, I have come across your website/videos recently. I found it very informative for understanding the concepts, changing jobs, and preparing for the interview. The way you explain things can make the most complex concepts also very simple. This is a huge contribution to the QA industry. My best wishes to you.
@nikhilbhanvadiya1933
@nikhilbhanvadiya1933 3 жыл бұрын
Naveen your style and way of teaching is excellent.
@sekhar4033
@sekhar4033 2 жыл бұрын
Thank you is a very small world for the work you put here
@rsufiyand
@rsufiyand 3 жыл бұрын
Thanks A Bunch Sir .I Recently Found Your Channel And Believe Me I Am In Love With Your Teaching Method And Your Content .Truly Have No Words To Express My Gratitudeness . Love From Pakistan.
@ramansharma5014
@ramansharma5014 4 жыл бұрын
At 8:38 duplicate values, we can store for the different key, for key 1-100 and key 2-100 is possible!!
@hanmanttryambakhudekar9181
@hanmanttryambakhudekar9181 2 жыл бұрын
God bless you Naveen 🙏 ❤
@sureshkassa8949
@sureshkassa8949 4 жыл бұрын
It's really amazing tqs naveen u are automation guru.
@vipinjain4840
@vipinjain4840 3 жыл бұрын
Great work Naveen. Your videos are very helpful.
@adhage21
@adhage21 3 жыл бұрын
@Naveen your explanation is always to the point so that even a beginner can easily grasp it. Hoping to join your paid course soon..
@hanmanttryambakhudekar9181
@hanmanttryambakhudekar9181 2 жыл бұрын
Today I understood thread safety and other all concepts. Thanks Naveen 😊
@udaypratapsinghraghuvanshi6031
@udaypratapsinghraghuvanshi6031 3 жыл бұрын
Yaa definitely you explained very well and make us clear all the small and big concept of each on... Really this is good video and thanks.
@SarangHoley
@SarangHoley 4 жыл бұрын
thanks Naveen for this topic with the differentiation part 👍😊
@adityarjavali3075
@adityarjavali3075 3 жыл бұрын
Hi naveen the way you have explained the differences between the collection interfaces is really amazing .Can you please share the comparision table in the description
@ajsharma1752
@ajsharma1752 11 ай бұрын
Hi Naveen, I am in learning Phase of Java, Thanks for all videos, Just want to know, In LinkedList random is access is possible via .get(index) than why you mention as not supported?
@Preetha22403
@Preetha22403 7 ай бұрын
Same question here also
@amiyaranjan883
@amiyaranjan883 4 жыл бұрын
Great help for this topic..amazing..!
@naveenautomationlabs
@naveenautomationlabs 4 жыл бұрын
Glad you liked it
@supriyamishra5968
@supriyamishra5968 4 жыл бұрын
List will help to remember the differences Thanks
@Poornima_K03
@Poornima_K03 4 жыл бұрын
Awesome Naveen !! Well explained and easy chart to remember .Thanks a lot.
@jayantamandal9732
@jayantamandal9732 4 жыл бұрын
Thanks a lot for this topics. Majority of interview Question faced from collection
@preetk4690
@preetk4690 3 жыл бұрын
How many years of experience do you have?
@sachindurgad5447
@sachindurgad5447 3 жыл бұрын
Hello Naveen , Thread safety and synchronization should be the same thing (or) Differnt
@balachandar6206
@balachandar6206 2 жыл бұрын
Naveen pls clarify me. Stack extends Vector since how stack doesn't support random access. 🤔
@sejalpatel1508
@sejalpatel1508 3 жыл бұрын
Thank you so much Naveen for this topic
@manikanth1
@manikanth1 4 жыл бұрын
Thanks a lot Naveen
@tauseef20091
@tauseef20091 3 жыл бұрын
Great video sir
@gurpreetsinghchhabra1997
@gurpreetsinghchhabra1997 4 жыл бұрын
Thanks Naveen, Nice explanation and table format presentation.
@naveenautomationlabs
@naveenautomationlabs 4 жыл бұрын
Glad you liked it
@SoulSynctelugu
@SoulSynctelugu 2 жыл бұрын
Hi sir video is nice but words are not visible in Android
@antarmaneesh
@antarmaneesh 2 жыл бұрын
@Naveen Stack does implement RandomAccess Interface as it inherits the same from Vector .
@shaikhmaheen
@shaikhmaheen 4 жыл бұрын
Thanks very nicely explained 👍
@naveenautomationlabs
@naveenautomationlabs 4 жыл бұрын
Glad it was helpful!
@mounikanalamati6591
@mounikanalamati6591 3 жыл бұрын
Nice explanation
@mdmurad1430
@mdmurad1430 3 жыл бұрын
@Naveen, In LinkedList random access data is allowed
@muraliaathi6118
@muraliaathi6118 7 ай бұрын
Can you please explain the difference between Data structures and Collections?
@vineetpant6119
@vineetpant6119 4 жыл бұрын
Hi Naveen, could you please also explain why we called it Hash MAP,HAS Table, what is significance of Hash, Is hash a function or class?
@Preetha22403
@Preetha22403 7 ай бұрын
Hi, why have u not included Priorityqueue class in the list?
@vij9218
@vij9218 3 жыл бұрын
Great video, Can any one tell me which one is the most used collection in the Selenium Automation?
@sarithabommi1974
@sarithabommi1974 3 жыл бұрын
Hi Naveen, Can you please add collections code to the GITHUB
@manichowdry547
@manichowdry547 4 ай бұрын
Excellnt
@saikiranpalugula802
@saikiranpalugula802 4 жыл бұрын
Hi Naveen, thank you very much for the video. Did we mis Linked Hashset and Linked Hashmap in the table?
@Vishalfootball
@Vishalfootball 3 жыл бұрын
will this Java series useful for SDET profiles ? or this is for Devs?
@MrYashMundey
@MrYashMundey 4 жыл бұрын
omg ! this is best
@krshivraj10
@krshivraj10 3 жыл бұрын
Hashmap allows duplicate values to be stored. By element you mean key or value. As duplicate key is of course not allowed
@ruummaghosh1722
@ruummaghosh1722 4 жыл бұрын
Sir nice explanation.Please can you make a video in framework where we used collection concept
@AbhishekKumar-no8xe
@AbhishekKumar-no8xe 3 жыл бұрын
Hi Naveen, Firstly thanks for such great contents. Also, do you have any videos for Executor framework where we can get more detail on concurrentHashMap? Thank you !
@parmeshwarkumarchandra2116
@parmeshwarkumarchandra2116 3 жыл бұрын
Hey Naveen the random access is allowed in LinkedList I think
@sakshiaggarwal6199
@sakshiaggarwal6199 3 жыл бұрын
Thank you so much !!
@Hyro-oe5ui
@Hyro-oe5ui 5 ай бұрын
how to remember these differences. I am understanding from your video. But after a while or during interview i will definetely get confused in this.Any suggestions pls?
@naveenautomationlabs
@naveenautomationlabs 5 ай бұрын
Prepare your notes and keep revising it.
@rajshriabojwar2535
@rajshriabojwar2535 5 ай бұрын
Is there any way/trick to remember this? I am sure there are more talented people in the world who might already found the way to remember 😊
@surajgoenka
@surajgoenka 3 жыл бұрын
But we can random access an element in linkedlist
@chandananavaletrendingfami9713
@chandananavaletrendingfami9713 4 жыл бұрын
Hi please help me i need one solution in selenium..when i zoom in page i am not able to locate the element and click on that element..any body who can resolve this are much appreciated. Thank you
@harishchidere9365
@harishchidere9365 3 жыл бұрын
I was able to do random Access in LinkedList, could you please confirm on this
@AmanKumar-jt9zb
@AmanKumar-jt9zb 3 жыл бұрын
The thing is Random access means that we should be able to locate an element in O(1) time if we specify the index this happens if we use ArrayList but in case of LinkedList although we use get method and specify the index but in background it actually traverse the linked list to get the element at ith index so that's why i think it is marked as no random access.
@alkeshbabani4408
@alkeshbabani4408 3 жыл бұрын
Thank you :)
@ZiaKhan-lp7ct
@ZiaKhan-lp7ct 4 жыл бұрын
Link for joining the telegram group is not working..
@naveenautomationlabs
@naveenautomationlabs 4 жыл бұрын
t.me/joinchat/COJqZUPB02pj9vVmu8Yv7Q
@bindusridhark4610
@bindusridhark4610 3 жыл бұрын
The chart is blurry and not able to read. is it for me or everyone too?
@saifquraishi1375
@saifquraishi1375 4 жыл бұрын
Collection framework was already there in your playlist why did u repeated it??
@naveenautomationlabs
@naveenautomationlabs 4 жыл бұрын
Check it again. This is more advanced playlist.
@saifquraishi1375
@saifquraishi1375 4 жыл бұрын
@@naveenautomationlabs Oh ok then follwing this playlist only.. Thank you....
@dheervaryani500
@dheervaryani500 2 жыл бұрын
can u provide notes too in a pdf format?
@knowledgepower5192
@knowledgepower5192 3 жыл бұрын
hashmap doesnt allow duplicate keys but allows duplicate value
@MANISHYADAV-dd4ug
@MANISHYADAV-dd4ug 3 жыл бұрын
Letter are very small☹️
@shivarjunroy1394
@shivarjunroy1394 3 жыл бұрын
hashmap
@saqausa8569
@saqausa8569 2 жыл бұрын
You forget LinkedHashMap in the chart
@ramachavali4015
@ramachavali4015 4 жыл бұрын
Thanks a lot Naveen 🙏
@SandeepKumar-ce8dp
@SandeepKumar-ce8dp 4 жыл бұрын
Thanks a lot Naveen
Гениальное изобретение из обычного стаканчика!
00:31
Лютая физика | Олимпиадная физика
Рет қаралды 4,6 МЛН
So Cute 🥰 who is better?
00:15
dednahype
Рет қаралды 19 МЛН
Database Sharding and Partitioning
23:53
Arpit Bhayani
Рет қаралды 103 М.
Difference between Set and List in Java Collections by Deepak
38:35
Smart Programming
Рет қаралды 118 М.
Difference between Interface and Absract Class
30:52
Naveen AutomationLabs
Рет қаралды 182 М.
Stack vs Heap Memory - Java Memory Management (Pointers and dynamic memory)
30:55
Naveen AutomationLabs
Рет қаралды 103 М.
Set and HashSet in Java - Full Tutorial
20:43
Coding with John
Рет қаралды 237 М.
#15 - Top 20 HashMap Interview Questions in Java || By Naveen AutomationLabs
27:35
Array vs. ArrayList in Java Tutorial - What's The Difference?
17:36
Coding with John
Рет қаралды 565 М.