Amazing! My lecturer at uni spent 3h explaining generics and i was like "saaayy whaaat now..?". Watched this and it all made sense! Feels like magic, dude!
There is only one small issue with the code. You never added objects to mySet2. You added all the objects in mySet1. It still does not make any difference in the result, but I just wanted to clarify that for people who are still learning. Great tutorial and explanation btw. It helped me a lot! :D
Hi you are so good at explaining although there is one thing that I feel like you should think about and that is if you created specific playlists for specific subjects you really is the only one who brought up this generics topic which is very important on youtube properly so thank you
This is great. I've been watching a lot of Java generics videos this weekend to plug any little holes anywhere in my knowledge, as it is one of those topics more people think they fully understand than actually do. One comment, altho it is quite legal to have type names in lowercase letters in Java, it is not a great practice, it is rather easy to be confused. So if you don't use T and U for your parameterized types, I'd at least use I1 and I2 rather than i1 and i2. Again, not illegal, but not standard Java.
The video is awesome but the subject sucks. I hate generic programming because its used to much and only produce unmaintainable, un-extendable, code you cannot document proper. Debugging this stuff is a NIGHTMARE and the people that propagate that "use generic programming EVERYWHERE" should be jailed. Im programming since 15Years but that generics give me a headache since years now. NOT USEABLE IN REAL-LIFE!!!! Only in specific use cases. If people continue programming that way we dunno in 10 years whats happening, or how to fix it if something breaks, even as developer. This simple example is easy to understand but what people make in RL out of it (10 times stacked generic classes with up to 20 Attributs) is, as said, a NIGHTMARE.
Amazing! My lecturer at uni spent 3h explaining generics and i was like "saaayy whaaat now..?". Watched this and it all made sense! Feels like magic, dude!
The best tutorial on RUclips - thank you.
Bro this explanation was so good I remembered how much I love learning
I could listen to you for hours.
There is only one small issue with the code. You never added objects to mySet2. You added all the objects in mySet1. It still does not make any difference in the result, but I just wanted to clarify that for people who are still learning.
Great tutorial and explanation btw. It helped me a lot! :D
One of the best video explaining the Genric concept in short and smart pattern...
you are master of explaining. Great, step by step explained , clear voice. Perfect quality. Just. hey WOW ! Gratz !
Finally got to see a precise explanation. Thank you for sharing your knowledge.
Well-concise explanation thumbs ups👍
impossible how much pretty this lesson is thank you very much🤩🤩
Awesome explanation.... 👍👍 I nowhere found better explanation about generics than here..
Best explanation I have found on generics.
Awesome explanation! Muchas Gracias!
Nice course!
You explained this very well. Thanks!
Excellent. Thank you for the video. It's crystal clear now
Thank you for the explanation. Very well articulated.
lot of information that i was looking for
Very clear explanation. Thanks a lot!
The syntax of declaring the generic in the method signature is confusing. Thanks for your video. Now it makes much more sense.
Did no one saw, that he didn't change mySet1 to mySet2 at 23:13?
wonderful video, very informative. thanks a lot!
great video ! thanks.
Excellent video Thank you.
love all of your tutorials... Thanks for these awesome ones
Great Video Thanks a Lot
subscribed , and defo buying your complete course life time access...cheers bud..
Hi you are so good at explaining
although there is one thing that I feel like you should think about
and that is if you created specific playlists for specific subjects
you really is the only one who brought up this generics topic which is very important on youtube properly so thank you
This is great. I've been watching a lot of Java generics videos this weekend to plug any little holes anywhere in my knowledge, as it is one of those topics more people think they fully understand than actually do. One comment, altho it is quite legal to have type names in lowercase letters in Java, it is not a great practice, it is rather easy to be confused. So if you don't use T and U for your parameterized types, I'd at least use I1 and I2 rather than i1 and i2. Again, not illegal, but not standard Java.
Hi Thank you so much , am stunned from your great explanation.
you have one mistake! You created mySet2 and no one information was added
well explained ,thanks
Hey thanks for the nice video. Any change you could also do a video on recursive generics ?
3
Have you made videos on spring mvc ?
Awesome like your SQL lectures
Awesome... always great videos.. keep it up..
Prefect. please upload more videos
I have lots of model class thanks. I can populate data any type of model class thanks.
Thank you so much. i REALLY enjoyed watching this video. very very very helpful! There was just one mistake explained in the comment below.
Have u lectured on Aggregation and also collection in java. Plz provide me link. Thanks
raw type = whatever ou insert into it will be considered an object, regardless of its data type, is it?
26:54 I was able to compile without any warning even if i did not specify a data type for the iterator (using IntelliJ IDEA ultimate 2017)
How do i like this video more then once ? Thx grate vid
Thank you very much. It is difficult to remember but everything is clear now. Also your english is much better than hindus ones
Thank you!
List populateDatafromDatabase(){ ...
gracias! Bless
20:52 is that Generic Method ?
I was afraid of your english because of your channel name, actually your English is very well. Thanks
well well what a judgemental, racist piece of fuck
Very useful pls do next generics too
Essence: from 10:22
Great work, however your video isn't clear.
I can barely see the illustration on your screen.
Pls could you make this more visible?
Thank you.
Nice accent you have
mySet2 is empty.
oops mySet2 is empty
WOW, Me very big brain now
love your tutorial, you have good english than others Hindus
better*
@@ctx4241 exactly his point
he was born in us :)
Shut up, don't generalize the communities. That is so ride.
you have understandable English ! oh my god, I search and search, this is the only understandable video that made by Indians
He is American. lol
Too lengthy, Couldn't follow
The video is awesome but the subject sucks. I hate generic programming because its used to much and only produce unmaintainable, un-extendable, code you cannot document proper. Debugging this stuff is a NIGHTMARE and the people that propagate that "use generic programming EVERYWHERE" should be jailed. Im programming since 15Years but that generics give me a headache since years now. NOT USEABLE IN REAL-LIFE!!!! Only in specific use cases. If people continue programming that way we dunno in 10 years whats happening, or how to fix it if something breaks, even as developer. This simple example is easy to understand but what people make in RL out of it (10 times stacked generic classes with up to 20 Attributs) is, as said, a NIGHTMARE.