Ye Dil mannge more !!!!!Great videos Thanks a lot Naveen
@naveenautomationlabs4 жыл бұрын
My pleasure
@superbbcfan3 жыл бұрын
Hi Naveen ! Please check the diagram that you have done to explain the set hierarchy. I think it doesn't match with what you had explained earlier. I think TreeSet implements SortedSet and HashSet only implements AbstractSet. Correct me if I am wrong.
@vandanabanny75502 жыл бұрын
yes even I agree with you
@prerana-gupta Жыл бұрын
you are right. Even I looked it up on google to confirm. This video is still uploaded after 2 years. A disclaimer should be added atleast.
@sagarnayak36283 жыл бұрын
@Naveen: Please confirm if HashSet implements SortedSet as depicted in the video. In my opinion, TreeSet is the one that implements Sorted set via NavigableSet interface.
@palr87413 жыл бұрын
same question
@Pre-Jay3 жыл бұрын
Agree, Hashset stores data in unordered way, it doesn't implement SortedSet
@naveenautomationlabs3 жыл бұрын
Yes thats a small correction in the video. Hashset doesn't implement sorted set. It's treeset only. Thanks for mentioning it.
@anushapattan96384 жыл бұрын
@Naveen You are a boon to QA community❤️
@naveenautomationlabs4 жыл бұрын
Thanks @Anusha.
@SarangHoley4 жыл бұрын
Whohooo Set got started 😊👍👍
@naveenautomationlabs4 жыл бұрын
Enjoy learning...
@prasannayadav84724 жыл бұрын
Well explained thanks alot sir 🙏💐
@bmpgt17673 жыл бұрын
Much enjoying the great Videos that you have made. BTW what is the name of the drawing tool you used to illustrate? Thanks 🙏
@knlbwn0303 жыл бұрын
This hierarchy is wrong. hashset doesnt implement sortedset interface. also treeset extends abstractset class and implements nevigable interface.