Java Collections Framework-Part6 | HashSet Concept | Hands-on

  Рет қаралды 99,210

SDET- QA

SDET- QA

Күн бұрын

Пікірлер: 69
@farhadhabibullah548
@farhadhabibullah548 3 жыл бұрын
You are a freaking legend! everything you said makes sense, your logic is very clear. you are the "go to guy" after my java class at school, you always make everything crystal clear and easy to understand. Thank you so much for your hard work.
@sdetpavan
@sdetpavan 3 жыл бұрын
Great to hear!
@mukarramkhan818
@mukarramkhan818 3 жыл бұрын
I wish I cud find you as a personal Java Trainer. I have never seen a teacher like you... You are priceless....
@rafayrafay1319
@rafayrafay1319 28 күн бұрын
Only thing i want from you now is the "GOATED" DSA playlist.
@monatripathi7922
@monatripathi7922 2 жыл бұрын
Thank you so much sir. There cannot be a better way to teach these concepts. I wish i could get a teacher like you in my college. You are true gem sir and your lectures are truly phenomenal. I know thanks is not sufficient to express my gratitude towards your hard work and dedication. Though putting in words- Thank you sir for everything you are doing in this direction.🙏🙏🙏
@ravulaanusha2561
@ravulaanusha2561 8 ай бұрын
Thankful and grateful for you sir for sharing your keen knowledge it was clear and concise the way you taught 👏 help many more people in future as well. I watched all your videos i got confident now in collection topic thank you once again sir!
@sdetpavan
@sdetpavan 8 ай бұрын
It's my pleasure
@deharammahesh9385
@deharammahesh9385 4 жыл бұрын
Excellent.. the Way you explained really super and appreciated...
@sdetpavan
@sdetpavan 2 жыл бұрын
Thanks
@allibillisrinivas1077
@allibillisrinivas1077 2 жыл бұрын
Sir thanks for providing understandable collection frame wrk good teaching
@sdetpavan
@sdetpavan 2 жыл бұрын
Thanks
@lachugaming5035
@lachugaming5035 11 ай бұрын
Thankyou so much for your efforts(SIR❤)
@sdetpavan
@sdetpavan 11 ай бұрын
It's my pleasure
@mahendramithi8039
@mahendramithi8039 4 жыл бұрын
Thanks for the Vedios Pavan Sir
@sdetpavan
@sdetpavan 2 жыл бұрын
You are most welcome
@AaminaSadiya-v5e
@AaminaSadiya-v5e 10 ай бұрын
Hello sir ,I am your biggest fan.I see all your videos ...its my daily duty to watch them and i learn many new things.I know i am being childish 😂please reply for my message also sir I will feel very much happy ...learnt manual testing on seeing your video sir..
@_Cse_SyedAdilBakshi
@_Cse_SyedAdilBakshi 23 күн бұрын
please reply 🥺
@preetamvarun9219
@preetamvarun9219 Жыл бұрын
Thanks for the tutorial!
@sdetpavan
@sdetpavan Жыл бұрын
My pleasure
@vyavahareaditya5936
@vyavahareaditya5936 Жыл бұрын
Very good lecture sir , it was very understandable ❤️
@sdetpavan
@sdetpavan Жыл бұрын
Thanks
@senthilbalakrishnan736
@senthilbalakrishnan736 2 жыл бұрын
Thanks. very wonderful way of teaching!
@sdetpavan
@sdetpavan 2 жыл бұрын
most welcome
@mudunurisaikrishnamraju5275
@mudunurisaikrishnamraju5275 4 жыл бұрын
Thank u sir.ur teaching is so good .pls explain data structures and core java .
@Shivang0369
@Shivang0369 Жыл бұрын
Very Precise Explanation !!
@sdetpavan
@sdetpavan Жыл бұрын
Glad it was helpful!
@Aditya-kumar-129
@Aditya-kumar-129 4 жыл бұрын
During the 30:00-35:00 interval we have printed many times and each time we get the output in sequential manner. Is it the coincidence or we get actually in sequential manner because in the beginning of video u tell that the sequence is not maintained in a hash
@balakumar_0606
@balakumar_0606 Жыл бұрын
For us kindly request that you sir, please start the java+DSA course sir.
@faridanullwaala6390
@faridanullwaala6390 4 жыл бұрын
Wow amazing teacher you are..
@sdetpavan
@sdetpavan 2 жыл бұрын
Thanks
@ajinkyadhoke4713
@ajinkyadhoke4713 2 жыл бұрын
Top Notch Content...🥳🥳🥳🥳
@sdetpavan
@sdetpavan 2 жыл бұрын
thanks
@rameshbangaru2710
@rameshbangaru2710 4 жыл бұрын
Sir...interviewres asking..mostly asking HashMap and Hash table, Hashset..
@Harishkumar_24
@Harishkumar_24 Жыл бұрын
Everything is good neat and clear sir, but this "retainsAll, containsAll, removeAll" methods are available for List Interface also, because they are part of Collection Interface(So Please add this as a Note in your video Sir so that it will be helpful for us also)..!!
@amlam5685
@amlam5685 4 жыл бұрын
Just Amazing
@sdetpavan
@sdetpavan 2 жыл бұрын
Thanks
@g.mrafed669
@g.mrafed669 2 жыл бұрын
Excellent.
@sdetpavan
@sdetpavan 2 жыл бұрын
Thanks
@gourishankar1186
@gourishankar1186 4 жыл бұрын
Thank you! sir
@pradeeprockzzz
@pradeeprockzzz 2 жыл бұрын
how come insertion order of the elements is preserved in Hashset? Everytime I print, it prints in same order as I inserted
@gottepavani1838
@gottepavani1838 2 жыл бұрын
35:39 seconds out put the order in which u have entered in the same order v r getting
@rameshrongala922
@rameshrongala922 10 ай бұрын
Thanks sir.
@sdetpavan
@sdetpavan 10 ай бұрын
Most welcome
@shahenshasha1507
@shahenshasha1507 2 жыл бұрын
Excellent.....
@sdetpavan
@sdetpavan 2 жыл бұрын
Thanks
@AbhiSingh-ji4ge
@AbhiSingh-ji4ge Жыл бұрын
Please correct your video at 43 minutes. retainAll will not give intersection. ex: set1 { 1,2,3,4,5} and set2 {3,4,5,6} then set.addall(set2) will make set1 as {1,2,3,4,5,6} but set1.retainall(set2) will give {3,4,5,6} which is not an intersection between 1st set1 and set2.
@krishnajayag8073
@krishnajayag8073 Жыл бұрын
if you comment out the addAll code and try retainAll you will get the intersection result as shown in the video. retainAll() method retains from set1 all of its elements that are contained in the specified collection set2.
@fenetdamena8266
@fenetdamena8266 Жыл бұрын
Thank you
@sdetpavan
@sdetpavan Жыл бұрын
Welcome
@manojkuna3962
@manojkuna3962 2 жыл бұрын
Thank you sir.
@sdetpavan
@sdetpavan 2 жыл бұрын
welcome
@syedabdul2669
@syedabdul2669 2 жыл бұрын
Sir i have a question as you said 1. In case of ArrayList initial size is 10, when we are 11th element new ArrayList is created then what will be the size of new ArrayList, reason for asking is what will happen we try to insert 12th element into new arrayList, 12th element will be added into new arrayList or again new arrayList will be created 2. Same question what will be size of new Hashset when load factor has reached
@saicharan4081
@saicharan4081 2 жыл бұрын
Array list increase intialsize+half of its initial size. Suppose arraylist intial size 10 then 10+5(half of its initial size)=15 is the new size of arraylist. This is the difference between arraylist and vector. Vector increase the size double of its initial size means 10(intial size)+10(adding intial size)= 20(double of its initial size). Hashset also increase its double of its initial capacity when the 75% of intial capacity is filled.
@syedabdul2669
@syedabdul2669 2 жыл бұрын
@@saicharan4081 Thanks for the input
@Mysterious_universe601
@Mysterious_universe601 2 жыл бұрын
Thank you sir
@sdetpavan
@sdetpavan 2 жыл бұрын
Welcome
@selvakumara4051
@selvakumara4051 2 жыл бұрын
Thanks you so much sir
@sdetpavan
@sdetpavan 2 жыл бұрын
Most welcome
@ajasbakran6559
@ajasbakran6559 3 жыл бұрын
load factor for arraylist is 0.75
@subbareddy2119
@subbareddy2119 2 жыл бұрын
how to get the particular element from the data by using set interface
@aashiq-g6l
@aashiq-g6l 6 ай бұрын
removeall and retainAll is not union and intersection
@gottepavani1838
@gottepavani1838 2 жыл бұрын
U said hashset doesn't maintain any order but at 35 mits
@kennyi1200
@kennyi1200 3 жыл бұрын
Thanks
@sdetpavan
@sdetpavan 2 жыл бұрын
Welcome
@palyammanoj9104
@palyammanoj9104 2 жыл бұрын
If we need 100 data items . how we need to add everytime is we need to use the "add" keyword??
@amitkumarmohapatra8531
@amitkumarmohapatra8531 2 жыл бұрын
Yes...
@yogeshkuthe8920
@yogeshkuthe8920 10 ай бұрын
Where is Stack implementation?
@ruchitadhunna5381
@ruchitadhunna5381 2 жыл бұрын
You have missed out a type "Sorted Set" here.
@shruthiravula9203
@shruthiravula9203 3 жыл бұрын
Hi sir plz provide pdf notes too sir 🙏
So Cute 🥰 who is better?
00:15
dednahype
Рет қаралды 19 МЛН
We Attempted The Impossible 😱
00:54
Topper Guild
Рет қаралды 56 МЛН
Мен атып көрмегенмін ! | Qalam | 5 серия
25:41
Set and HashSet in Java - Full Tutorial
20:43
Coding with John
Рет қаралды 238 М.
Java Collections Framework-Part8 | Queue Concept | Hands-on
37:50
Java Collections Framework-Part4 | ArrayList Concept | Hands-on
57:39
Java Collections Framework-Part5 | Linked List Concept | Hands-on
1:07:23
Collection and Generics in Java
14:32
Telusko
Рет қаралды 782 М.
So Cute 🥰 who is better?
00:15
dednahype
Рет қаралды 19 МЛН