@5:08: Interface to Interface, it is extends not implements. It was a typo in pop up :)
@gouthamichelumalla78603 жыл бұрын
after this video could you please share me the next video link?
@som_girl67023 жыл бұрын
All I have to say is thank you!!!!!!!! You are the best java teacher I have watched on KZbin, you take your time to explain every concept. I have a solid knowledge of the Collection framework just by watching your videos. Thank you and thank you for all that you do.
@radugribincea1423 Жыл бұрын
1) public class LinkedHashSet extends HashSet implements Set 2)TreeSet implements NavigableSet and public interface NavigableSet extends SortedSet so between TreeSet and Set there are 2 interfaces. 3) LinkedList implements List, Deque but not directly Queue
@himanshupokhriyal688311 ай бұрын
Thank You Naveen sir for such in depth session on Java Collection framework
@archana094244 жыл бұрын
Why are you so so so BEST??Thank you sincerely Naveen for all the efforts you are putting.I don't know what i would do without this channel.I wish you get gazillions of subscribers soon.
@naveenautomationlabs4 жыл бұрын
This channel is there Just coz of you guys. You guys are driving this channel. I'm just a creator. Thanks for your love and support. Keep learning Archana. Best of luck.
@andrushka3243 жыл бұрын
Hi Navin. Thanks for this video tutorial on Java Collection. This helped me understand how data structures work internally. I received many questions about collections from interviewers and finally got an offer.
@naveenautomationlabs3 жыл бұрын
You are most welcome. Best of luck brother. :)
@gopaiahkumbha1556 Жыл бұрын
Congratulations bro
@shaiksuleman31914 жыл бұрын
Watching u r videos is become habit.My Day starts with u r play list.Videos are like dictionary.
@hari3245 Жыл бұрын
So , now I'm confident about collection . Thanks a lot 💥🤝
@ArshadKhan-zf6xp3 жыл бұрын
just seen 20 min now a big fan of sir naveen amazing clarity while explaining
@ABAutomationHub2 жыл бұрын
Thanks for covering the collection framework in so detail..Very nicely explained.. Really the best content on collections available online!!
@naveenautomationlabs2 жыл бұрын
Thanks for watching :))
@artimandale82867 ай бұрын
Awesome explanation of collection overview, thank a ton Naveen 🙏
@fayazbaig24904 жыл бұрын
Thanks for this amazing series which is heart ❤️ for java programming in Automation point of view also ... Once again thanks a lot for your continuous efforts towards community 🙏
@PritiTiwari214 жыл бұрын
Thanks Naveen ,your videos helped me lot to crack automation interview in UK a year ago..will appreciate if can make tutorial on SOLID principles
@btech56033 ай бұрын
2024 :) Happy got the clear idea which indirectly boosts by DSA solving!
@bhavanishankar18243 жыл бұрын
Thank you Naveen. God bless you and your family. You are a guru to many folks :)
@ankeshkumar12994 жыл бұрын
Thanks Naveen, I have already been a fan of you. This tutorial was a start point for me to get on with Collections framework. Just FYI.. A small typo in the pop up where it says Interface implements interface.. It should be extends... But anyways you verbally communicated the same.. Thankyou for putting this up. Waiting for the upcoming videos.
@naveenautomationlabs4 жыл бұрын
Ya it was a typo :) I corrected it in the pinned comments.
@deepakdange55303 жыл бұрын
Hi Naveen.. Huge respect for you...I can easily understand the things
@eraldoabedini46422 жыл бұрын
Awesome COLLECTION FRAMEWORK TUTORIAL
@SarangHoley4 жыл бұрын
Hurry, Collection got started 😊😊😊👍👍👍
@pankajbirari7404 жыл бұрын
Thanks Naveen for sharing this Tutorial. Appreciated 👍
@naveenautomationlabs4 жыл бұрын
Glad you liked it
@Raghavonyt4 жыл бұрын
First of all thank you for this video .. it really helping me to revise my collection framework concepts. and i also wants to highlight that interface to interface relationships, you have mentioned that it uses implements keyword but in video , it is extends . can you please rectify that mistake on note. Thank you once again.. Naveen sir..!!!
@naveenautomationlabs4 жыл бұрын
Ahh that was a typo :) In video it is extends only. But in that pop up, I have written impelements by mistake. Thanks for highlighting it.
@jasmeetsingh31643 жыл бұрын
Thanks Naveen sir, i have seen every video uploaded by you, you are the best
@syedrasool56054 жыл бұрын
Your all videos helped me a lot!!!!! Thanks for each and every selenium and Java videos Naveen 🤗
@nidhipriya20683 жыл бұрын
Thank you Naveen , for such a beautiful explanation. You make learning easy.Wish all your dreams come true. Hope I should also work hard like you.Thank you.
@naveenautomationlabs3 жыл бұрын
So nice of you :)
@TheFactMan243 жыл бұрын
Much needed topic. Thank you, Naveen😍
@sravanthik2374 жыл бұрын
Thanks Naveen for ever demand on topic. Please tell the difference between .removeall() and .clear() methods.
@arpitverma98514 жыл бұрын
Much needed topic. Thank you Naveen😍
@nikhilambekar91373 жыл бұрын
One of the best video on Collection that have seen
@naveenautomationlabs3 жыл бұрын
Glad you liked it :)
@reyazalam13912 жыл бұрын
you r such gems on youtube
@sushantkadam42244 жыл бұрын
Very important interview point of view...
@bhavikapatel62764 жыл бұрын
Very useful for interview purpose..Thanks! :)
@prashanttiwari58553 жыл бұрын
aren't we missing Iterable interface? I guess collection Interface extends Iterable interface.
@mohammedshabir24924 жыл бұрын
Very informative session Naveen bhai 😍
@poojakumarisingh5506 Жыл бұрын
Thanks a tonne..This is breif and useful
@sureshgarine4 жыл бұрын
please cover concurrent collections with example and automation use cases as well. Thanks so much
@supriyamishra59684 жыл бұрын
This was most awaited topic Thanks Naveen!
@nik2ndprey4 жыл бұрын
Thanks Naveen! One query - does the linked list class not implement Dequeue interface as well ?
@socialmedia4344 жыл бұрын
Hi Naveen, @9:20 in this hierarchy diagram u have mentioned LinkedHashMap class implements Map interface directly. But LinkedHashMap extends HashMap class right? this needs to be corrected in the video. U have mentioned this correctly in the video #16. Thats how i came to know.
@naveenautomationlabs4 жыл бұрын
It's the same thing. They all are the implementation of map interface only.
@socialmedia4344 жыл бұрын
@@naveenautomationlabs ok Thanks Naveen. Also i am not clear about the Red and Black nodes in Tree map, like how do we mark a node Red or black. Can you please explain this further.I watched ur #16 video in Collections Tree map already
@GautamKumar-qx3rt3 жыл бұрын
sortedinterface ke bad to navigable interface bhi aayega na Sir in the Diagram ? and then treeSet implements the interface of navigable just asking for knowladge Sir
@sreejabejjanki81854 жыл бұрын
Thank you so much sir for sharing your valuable knowledge, iam learning new things from ur classes tqq😍😍
@meerambimohammed70483 жыл бұрын
Thank you so much Naveen
@rrMaxwell2 жыл бұрын
thanks! learnt by heart
@ankurraj77093 жыл бұрын
There is a small typo in the diagram @10:33 between LinkedList and Queue. LinkedList is a class and Queue is an interface..Hence, they should extend (e) (!i ). Bdw, amazing demonstration.
@hajeeramohamad76412 жыл бұрын
A class implements a Interface.
@sumedhtayade8215 ай бұрын
Superb
@ThanhVo-hf7ei3 жыл бұрын
Thanks Naveen
@mk_03802 жыл бұрын
are Java Collections important for competitive programming??
@surajshirke85024 жыл бұрын
This will be a great series thank you so much naveen Can you please also show how can we use all these concepts in framework
@grajashekar57383 жыл бұрын
Can you please explain how to use in framework
@nitityagi35172 жыл бұрын
Hi Naveen, plz make videos on solid principles and design patterns in Java
@JoseciusDevАй бұрын
10000000000 times thanks
@TheAnkjain773 жыл бұрын
wow...amazing explanation...really cleared my doubts
@zhoomarttoktosunov43314 жыл бұрын
👏👏👏 thank you Naveen
@ramachavali40154 жыл бұрын
Thank you so much Naveen..
@kalyanlolla26573 жыл бұрын
Hi naveen, In previous some other collections playlist is avalilable. which playlist should follow as a collection beginner....is this sufficient or should start with previous and then come to this???? please tell me.......
@shaikhmaheen4 жыл бұрын
Hi thanks for this great video.Are you following any book or can you recommend a book for Java its always good to have written text to go along with videos.
@nimrahussain77382 жыл бұрын
Thankyou sir.
@hajeeramohamad76412 жыл бұрын
From the core java playlist, in the collection framework video, there is an Interface called Deque which extends the interface Queue, and then LinkedList and ArrayDeque implements it. That is missing in this video. Which one is correct?
@dsuser989dff43 жыл бұрын
great lession..
@shababe22434 жыл бұрын
Thank you very much
@shababe22434 жыл бұрын
Started, ❤️🔥
@MrYashMundey4 жыл бұрын
Thank you i needed a detailed series on this topic
@naveenautomationlabs4 жыл бұрын
My pleasure Yash. Keep learning.
@subhashreesahoo22334 жыл бұрын
Thank ❤ so much.. Sir i have a request can u added in cucumber series how we get csv or html file data file , or properties files access series... Plz sir it's a request topic.
@sameepkaushik45833 жыл бұрын
FOR THAT YOU USE Java just provide destination of the file but read the files by io and take data by using collection and using for each get the data
@anupamdas1053 Жыл бұрын
Thanks!!
@debasismohanty51024 жыл бұрын
Thank you really helpful.
@naveenautomationlabs4 жыл бұрын
Glad it was helpful!
@tyndaleverwer45093 жыл бұрын
Thanks!
@naveenautomationlabs3 жыл бұрын
Thanks :)
@ashokchandola3 жыл бұрын
Naveen should we follow this series? Or this ➕ old series of collection framework
@naveenautomationlabs3 жыл бұрын
The new collection series
@shashanksharma18864 жыл бұрын
want to learn selenium is there full series of selenium on ur channel
@srianshworld39423 жыл бұрын
well explained
@m.ganeshkumarmahendrakar8292 жыл бұрын
Can I know If any notes or PPT is available so that we can refer after watching the video, Thanks for your support
@vidyashrid93193 жыл бұрын
Nice
@JackSparrow-qb2se3 жыл бұрын
Collection is also a interface right, then why do we use extend instead of implement from collection to set interface? Please explain
@naveenautomationlabs3 жыл бұрын
In java, class has to implement the methods from interface. Interface never implements anything. Interface can not have a super class also.
@mr.strret4648 Жыл бұрын
How can we extend interface?
@shivkumarsharma_d15292 жыл бұрын
sir same series aap hindi main bna sakte ho please jyada log dekh kar sikh paayege
@dipakgadekarpatil84003 жыл бұрын
Hey naveen ur telegram link is not working, can u edit it so we can join
@naveenautomationlabs3 жыл бұрын
t.me/joinchat/COJqZUPB02pj9vVmu8Yv7Q
@dipakgadekarpatil84003 жыл бұрын
@@naveenautomationlabs still not working , showing connection reset One more naveen can u please upload next java video series on hindi chhanel
@naveenautomationlabs3 жыл бұрын
U need to download the telegram app and then click on this link. This link is perfectly fine.
@dipakgadekarpatil84003 жыл бұрын
@@naveenautomationlabs i already have telegram app may be some other issue is there can u tell me the name of the grp so I can search directly
@naveenautomationlabs3 жыл бұрын
Naveen AutomationLabs(Web/Manual/Programming)
@mukeshprakash8112 Жыл бұрын
If I knew this earlier I could have got selected for KGiSL company yesterday That's depressing🥲