Sir i think u r far far above than naveen automation nd mukesh otwani sir bcoz ur way of explanation is just very concise n clear. Blessed r we to have u as teacher. waiting for ur new viodes sir on selenium nd java
Inko 10 tarala tarvatha kuda collections ante me pere gurthosthundi SDET Pavan Garu.What a Teaching Loved it subscribed it and Shared it to my frnds.👍👍👍👍👍👍👍👍👍❤❤❤❤👌👌👌👌👌👌👌👏👏👏👏👏👏👏
Thank you Pavan for your excellent explanation of Lambda expressions that I watched earlier. It's the best explanation that I saw. And thank you for the great explanation of Collections . I learned a lot and I remembered a lot. Guys, I think when we wanted to remove the element passing by value, which was "A", Java considered it as an index and as an integer., because as we know literals have ASII integer values, that's why it gave IndexOutOfbBound exception , but in general we can remove elements by value too from the Linked List. Also Linked List implements FIFO concept. When elements are added they are added one by one as if people are staying in the line for tickets, and then when we use remove() method without specifying the index or value, we remove the first element that we put first at the beginning, as if the person who was the first in the line bought the ticket. Correct me if I am wrong at any point here. It's easy to comment something and look at it from the distance, but it's more difficult to create a video and give all the examples and explanation as Pavan did. Thank you Pavan again. I like your videos and I subscribed to your channel.
You are an amazing teacher Pavan. Keep up the good work. I learned a lot from your videos. Thanks for the efforts you put in to make each concept easy to understand.
yes sir, in linked list only character we cant able to remove, since it is taking ascii value because of this array index out of bound exception is showing, other this remaining elements able to remove using values. Thank u so much for ur excellent teaching.
@SDET, great job. Thanks for efforts that you put in all your videos. Should be expecting videos on Java generics after this Collection tutorial? Stay safe sir
First of all thank you sir i am referring your video of maual,automation testing and also java. There is clear understanding of each and every concept , and nice explanation given in each video.Great job sir, Make more and more video on java.
If we have to insert on 100th index then also we have to traverse till 100th index. so its consuming same time then retrieve how insertions is better than retrieve in linkedlist?
what is next series after collections, Please do constructors and super constructor, Inheritance, interfaces, encapsulation, Abstract, polymorphism, exception handling for testing in customized way, what is static, final and finally, how we use public, private, protected and default modifier in detail with video
Thank you for putting together all these incredible videos. One suggestion though - you have to correctly choose between "is implemented and has implemented" which makes a huge difference. Often times, you are mixing them incorrectly which confuses newbies like me. Take it as a suggestion not a criticism.
Sir, how can we re run pytest failed test cases? Like i ran 5 test cases, put of which 2 failed.now i just want to run those 2 test cases again. How can i do it.?
Hi Sir, I have a doubt. For retrieving using index, it takes time as it has to search the index. But even if an element has to be deleted / inserted with index also, first it has search for that index & perform that operation right ? So how come only retrieval is alone costly ? Thanks
I get it now, the cost is different after the operation. After insertion/deletion in a linkedList all what is done is in case of insertion the previous node is pointing to the new one and the new node is pointing the next one. But in case of arrayList you have to shift all the elements
I have learned more from this video with his explanation then attending 4 lectures in a UNIVERSITY. Thanks for the video
Hi Sir - Thanks a lot for this amazing tutorial. This tutorial cleared lots of my doubts regarding LinkedList.
You are most welcome
These concepts are not scary anymore. You explain them so well. I am lucky that I found these videos.
Thanks
Sir i think u r far far above than naveen automation nd mukesh otwani sir bcoz ur way of explanation is just very concise n clear. Blessed r we to have u as teacher. waiting for ur new viodes sir on selenium nd java
thank you
Qafox also very nice
Great Explanation sir...
No hurry nothing. Crystal Clear Teaching.
Thank you sir
You're most welcome
UA-cam Collection Ka sbse best video 🙏🙏
Dhanyewaad sir 🙏❤️
Thanks
Sir you are true blessing for everyone. I really appreciate your hard work to make this as simple as possible🙏
thanks
Inko 10 tarala tarvatha kuda collections ante me pere gurthosthundi SDET Pavan Garu.What a Teaching Loved it subscribed it and Shared it to my frnds.👍👍👍👍👍👍👍👍👍❤❤❤❤👌👌👌👌👌👌👌👏👏👏👏👏👏👏
I wish I had a teacher like you in college. Learning would have been much easier back then 🙏
Thanks
I wish toooo😪😪😪
You know how to teach and catch others attention. Good job Sir.
Thanks
Thank you Pavan for your excellent explanation of Lambda expressions that I watched earlier. It's the best explanation that I saw. And thank you for the great explanation of Collections . I learned a lot and I remembered a lot.
Guys, I think when we wanted to remove the element passing by value, which was "A", Java considered it as an index and as an integer., because as we know literals have ASII integer values, that's why it gave IndexOutOfbBound exception , but in general we can remove elements by value too from the Linked List. Also Linked List implements FIFO concept. When elements are added they are added one by one as if people are staying in the line for tickets, and then when we use remove() method without specifying the index or value, we remove the first element that we put first at the beginning, as if the person who was the first in the line bought the ticket. Correct me if I am wrong at any point here.
It's easy to comment something and look at it from the distance, but it's more difficult to create a video and give all the examples and explanation as Pavan did.
Thank you Pavan again. I like your videos and I subscribed to your channel.
The best expalantion I have ever seen.Thankyou so much sir.I wish you health and happiness.
most welcome
Words can not explain just want to say I am blessed that I found you and the way of explanation I love it .Thank you so much so many times sir.❤👍
Welcome
Thank you so much for this playlist sir.Worth watching.Crystal clear explanation
welcome
You are an amazing teacher Pavan. Keep up the good work. I learned a lot from your videos. Thanks for the efforts you put in to make each concept easy to understand.
It's my pleasure
first respect our teacher , ap sir naam le rhi direct, pavan sir bhi bol skti thi ! this is not good way
thank you, we like you and your explanation, it is quite understandable
Great Explanation sir All the concepts are explained in very neat and clear
Thanks
tks for your video... you turn this subjects most simple...Congrats
Welcome
Sir Your Teaching is very Good You Really Work Hard For Us
It's my pleasure
Can't thank you more, you are incredible sir .
Welcome
hope u deserve more success
well explained no hurry for the sake of views
content is king 💥
Thank you for crystal clear explanations
Welcome
yes sir, in linked list only character we cant able to remove, since it is taking ascii value because of this array index out of bound exception is showing, other this remaining elements able to remove using values. Thank u so much for ur excellent teaching.
Crystal clear u r explanation sir take a bow, 👌👌👌👌🙏🙏🙏🙏🙏
Thanks
Perfect explanation. Thanks a lot.
You are welcome!
Thank you sir for this crystal clear explanation👍
Welcome
@SDET, great job. Thanks for efforts that you put in all your videos.
Should be expecting videos on Java generics after this Collection tutorial? Stay safe sir
Will upload soon
Thanks to pavan sir.. great explanation 👍
You are welcome
First of all thank you sir i am referring your video of maual,automation testing and also java. There is clear understanding of each and every concept , and nice explanation given in each video.Great job sir, Make more and more video on java.
Just Amazing explanation sir. Hats off❤. You should definitely teach us DSA sir.
A TRUE GURU....❤❤❤
What ever you are explaining is clear sir...tq for great explanation and please do more vedios on java topics sir,..I.e., important topics of java sir
Sure I will
👍for your dedication and hardwork sir
THANK YOU SIR really
Welcome
you should be teaching at university level. I admire you knowledge and teaching ability. great work.
The way of teaching 🔥🔥👌👌
Thanks
Sir , Try to explain how to take values dynamically.It would be very helpful sir.The way of teaching was very catchy sir.
Sir i want data structures and algorithm course from uu ..! Great Explanation Sirr !❤
Best Explanation.Thanks so much.
You are welcome!
Sir for Stack it is called LIFO - "Last in First Out"
19:00
FIFO --> first in first out Queue
LIFO ---> Last in first Out Stack where we use push and pop methods
Glad I found your videos for Collections. Thanks a ton sir...♥
maza aa gaya sir .java collection samj aa gya
Nice Explanation , one thing i want to know where we use linklist in selenum like we use arraylist if we want to count no of links etc.
Thanks a lot sir❤
Most welcome
Thanks Guru
Welcome
Thank you so much
You're most welcome
Thank you Sir !
Welcome
Thank you!!
You're welcome!
Awesome explanation.
Thanks
As usual AWESOME!!!!!
ur the best sir....
thsnks sir.
Most welcome
Excellent teaching 👏 pls teach full core java course 🙏.
Awesome explanation. Could you please explain where do we use in linked list sir ?
Same doubt
Finally a Normal Teacher
Thanks
Thank You Sir
All the best
sir 38:40 we can remove element by passing object but not integer or character becoz it take those as a index and throws an error
If we have to insert on 100th index then also we have to traverse till 100th index. so its consuming same time then retrieve
how insertions is better than retrieve in linkedlist?
We can remove object from LinkedList because it used methods of Collection interface.
Bedankt
Sir please try to explain the concepts where we uses it in real time selenium.🙏
What is font style of ur eclipse sir
Sir if i am giving the same index and add two elements with same index then why there is no differences in their indexes
Sir Stack follows lifo mechanism .Queue follows Fifo mechanism.kindly chq it otherwise everyone will get wrong idea
He once said in video but corrected himself immediately.
I also just cross checked in other sources.
what is next series after collections, Please do constructors and super constructor, Inheritance, interfaces, encapsulation, Abstract, polymorphism, exception handling for testing in customized way, what is static, final and finally, how we use public, private, protected and default modifier in detail with video
All this he has covered in many of his videos. Go and search for them in his channel
Thanks
Welcome
Thank you for putting together all these incredible videos. One suggestion though - you have to correctly choose between "is implemented and has implemented" which makes a huge difference. Often times, you are mixing them incorrectly which confuses newbies like me. Take it as a suggestion not a criticism.
yeah, even I experienced.
why you are explaining doubly linked list in simple linked list. A node has only data and next element address.
❤️❤️❤️❤️❤️
And how can we find duplicate letters or values in array list and linked list.
It is possible. you have to write a logic.
how to add a integer array to arraylist?
do watch this video in 2x bcz everything is same as Arrraylist
You have a mistake sorry about that, but Stack doesn't work like "FIFO", it works like "LIFO" . Working principal as FIFO is Queue.
I am seeing in my office
Shame on you
Sir, how can we re run pytest failed test cases? Like i ran 5 test cases, put of which 2 failed.now i just want to run those 2 test cases again. How can i do it.?
Thank you sir ... waiting for collection next videos plz update as soon as possible sir .......🙏
linkedlist me head node bna kr kaise add karenge ye to apne bataya nhi sir is video me ,
Hi Sir, I have a doubt. For retrieving using index, it takes time as it has to search the index. But even if an element has to be deleted / inserted with index also, first it has search for that index & perform that operation right ? So how come only retrieval is alone costly ? Thanks
I have the same question
I get it now, the cost is different after the operation. After insertion/deletion in a linkedList all what is done is in case of insertion the previous node is pointing to the new one and the new node is pointing the next one. But in case of arrayList you have to shift all the elements
For deletion, It looks for the address of the Node and that's why it is taking time. Sir, Please correct me If I am wrong.
I think it's LIFO in stack not FIFO
Sir, How can we find second least / highest value in array list or linked list.
Please google it for solution.