Generics in Java

Поделиться
HTML-код
  • Опубликовано: 1 дек 2016
  • Check out our courses:
    Spring and Microservices Weekend Live Batch : bit.ly/spring-live-weekend
    Coupon: TELUSKO10 (10% Discount)
    Master Java Spring Development : bit.ly/java-spring-cloud
    For More Queries WhatsApp or Call on : +919008963671
    website : courses.telusko.com/
    Instagram : / navinreddyofficial
    Linkedin : / navinreddy20
    TELUSKO Android App : bit.ly/TeluskoApp
    Discord : / discord
    In a nutshell, generics enable types (classes and interfaces) to be parameters when defining classes, interfaces and methods.
    Much like the more familiar formal parameters used in method declarations, type parameters provide a way for you to re-use the same code with different inputs.
    The difference is that the inputs to formal parameters are values, while the inputs to type parameters are types.
    Code that uses generics has many benefits over non-generic code:
    - Stronger type checks at compile time.
    A Java compiler applies strong type checking to generic code and issues errors if the code violates type safety.
    Fixing compile-time errors is easier than fixing runtime errors, which can be difficult to find.
    - Elimination of casts.
    - Enabling programmers to implement generic algorithms.
    By using generics, programmers can implement generic algorithms that work on collections of different types, can be customized, and are type safe and easier to read.
    In this video we will see :
    - What is Generics
    - What is Type-safe Language
    - How to achieve type safety
    - An example or program of Generics implementation in Java
    Java and Spring Framework For beginners with Spring Boot : - bit.ly/3LDMj8D
    Java Tutorial for Beginners (2023) :- bit.ly/3yARVbN
    Subscribe to our other channel:
    Navin Reddy : / @navinreddy
    Telusko Hindi :
    / @teluskohindi

Комментарии • 166

  • @arkojyotisen1929
    @arkojyotisen1929 4 года назад +38

    Sir in this lockdown I have learned a lot in programming just because of you. Thank you so much

  • @anthonycarella1779
    @anthonycarella1779 5 лет назад +13

    Very straight-forward and easy to understand. Thanks for the content!

  • @nasreenmohsin
    @nasreenmohsin 6 лет назад +38

    he explained it in very simple manner now i understand this concept hope he will upload more complex way to define generic

  • @willyang1770
    @willyang1770 2 года назад +1

    Thank you so much! I've been looking all over the internet for this and none of them were as good and straightforward as this! Thank You SO MUCH!

  • @queenskeleton4937
    @queenskeleton4937 5 лет назад +20

    Best Java channel. Straightforward explanation, with code live demonstrated. You are sure to learn just by watching this. I learned from you in Spring Boot, REST services, and Java core APIs. Thank you so much!

    • @vikashemnani2371
      @vikashemnani2371 3 года назад

      Telesko is good but I would like you to check Java Brains channel of Kaushik, your view might change

  • @crankMiHoffer
    @crankMiHoffer 5 лет назад +13

    7:35 mind blown; thank you for this video

  • @abhishekedu
    @abhishekedu 4 года назад +1

    The beauty of java is that before solving clients problem you have to solve java problems.

  • @divyeshkumarbalar7732
    @divyeshkumarbalar7732 6 лет назад +70

    your title music is damn scary if you have seen haunted on discovery channel

    • @wisniewz
      @wisniewz 4 года назад

      Read this as I was thinking the same thing. I'm dying over hear with that into music. LOL

    • @cori2852
      @cori2852 4 года назад +6

      as scary as generics in java

    • @mainakray6452
      @mainakray6452 3 года назад

      ​@@cori2852 :))))))

  • @MsElsospechoso28
    @MsElsospechoso28 4 года назад +7

    This guy is awesome, he really likes teaching which is highly appreciate it.

  • @fanwu281
    @fanwu281 5 лет назад +7

    Thank you so much, it's very easy to understand!

  • @alisu111
    @alisu111 5 лет назад +1

    Great video, now I understand the concept. Thanks a lot!

  • @gajeshtripathi5721
    @gajeshtripathi5721 3 года назад +2

    I was always confused with "? extends ..." & "? super ...." but now it is clear to me. Thanks Navin Sir.

  • @zhongweimao5548
    @zhongweimao5548 4 года назад

    Thank you so much Bro for your explanation. Your video resolved many of my confusion that even my lecturer was not able to solve coz she did not understand my confusion. Generics is much more clear now for me.

  • @mohitsinghrawat503
    @mohitsinghrawat503 6 лет назад +3

    Awesome bro... Best Video I ever saw for Generics... Thanx man.

  • @aishwaryadash4166
    @aishwaryadash4166 3 года назад +1

    This is the single most important video if you want to be clear about Generics...Thank you!!

  • @i.d.1988
    @i.d.1988 6 лет назад

    Another great video that helped me with understanding my school homework. Thank you sir.

  • @kiranvysya
    @kiranvysya 2 года назад +6

    I knew about Telusko from its inception but never liked or followed. But after seeing this one single lecture. Hands down never judge a book by its cover

  • @romeoacevedo1040
    @romeoacevedo1040 4 года назад

    Really nice explaination. Thanks for all the details!

  • @nicksonmakama
    @nicksonmakama 5 лет назад +12

    This really is the best video on Generics, I love it!

  • @dipagove8963
    @dipagove8963 5 лет назад

    Thanks lot... for exact concept of java & all telusko videos to teach all technologies

  • @vladanulardzic5859
    @vladanulardzic5859 4 года назад

    100% explained ! Knowledge necessary for heavy solutions. Thank you. Keep on.

  • @manikandand2541
    @manikandand2541 4 года назад +1

    u have some enormous talent sir...plz continue this job..all the best

  • @2wardruid2
    @2wardruid2 4 года назад +1

    Thank You, your lesson helped me a lot!

  • @abhinavgupta3387
    @abhinavgupta3387 4 года назад

    Good leason.
    I was easily able to understand the generics.
    Thanks.

  • @alexandernaywin8250
    @alexandernaywin8250 3 года назад

    Thank you so much, your generics explanation is awesome.

  • @nagendrasai3946
    @nagendrasai3946 6 лет назад

    Well explained. Thank you very much

  • @govindrudrawar2540
    @govindrudrawar2540 4 года назад

    lucid explanation. I have been watching ur videos for quite a while now. Thanks Navin Reddy. ur amazing.

  • @mrrobot1289
    @mrrobot1289 3 года назад

    Very detailed explanation. THANK YOU!!!!

  • @SanjayKmsd
    @SanjayKmsd 6 лет назад

    You are simply awesome Navin

  • @contactamartya
    @contactamartya 6 лет назад +1

    many many thanks ... superb video

  • @farhaankazi7134
    @farhaankazi7134 Год назад

    in method definition of public void demo(ArrayList

  • @aminesfahani3563
    @aminesfahani3563 3 года назад

    The best explanation for Generics and Collection interface and Collections classes

  • @sourabhbagade6932
    @sourabhbagade6932 4 года назад

    Even I m non it student, I m getting this concept clearly
    Thanks to telusko🙏👍

  • @shrutikanachankar4932
    @shrutikanachankar4932 Год назад

    Thank You Sir🙏🏻. You taught it very well .

  • @karanhaldar3401
    @karanhaldar3401 11 месяцев назад

    I can't understand this in my class but here I've cleared all of my confusions in one shot ❤❤❤❤
    Thank u sir ❤❤

  • @yonis963
    @yonis963 5 лет назад

    clear explanation , thanks mate.

  • @Layarion
    @Layarion 2 года назад

    Now this was a good video. You didn't cut it too short and leave out some of the nuances like others do. Now i'ma go lookup that ? thing and Super.

  • @Fnaf-vh9cs
    @Fnaf-vh9cs 3 года назад

    This man is great I wish you a healthy and happy life and thanks for sharing.

  • @intsoumen
    @intsoumen 7 лет назад

    Awesome Video I have ever seen ,
    in short
    in 5 min
    Complete
    Compaq

  • @A09550
    @A09550 7 лет назад

    concise and clear, thanks

  • @thatsenam9183
    @thatsenam9183 6 лет назад

    such a awesome video. I loved it.

  • @thomasflood8507
    @thomasflood8507 6 лет назад

    Excellent!! Thank you very much indeed. .

  • @nasreenmohsin
    @nasreenmohsin 6 лет назад

    need help confusion on following declaration why ..
    1) class CalendarDate implements Comparable (when we implement Comparable we write in the end )
    2) class OrderPair implements Pair .... (in user define interface we write after Class can somebody explain it)

  • @ashuzguitar
    @ashuzguitar 2 года назад

    Thanks a ton Navin. You are the best!

  • @PatteeGreen
    @PatteeGreen 2 года назад

    Thank you!! Excellent explanation :)

  • @muhammadmoersalin6846
    @muhammadmoersalin6846 5 лет назад

    great explanation, thanks.

  • @akchatsrivastava4209
    @akchatsrivastava4209 6 лет назад

    Great method of teaching.

  • @aaratprasadchopra3255
    @aaratprasadchopra3255 3 года назад

    Thank You Navin, BIG Help!

  • @vineethnair4137
    @vineethnair4137 4 года назад

    Naveen sir your presentation is simple and understandable

  • @thehiddenbalkans
    @thehiddenbalkans 3 года назад +2

    Love the way you say "Dabl" & "GettaSetta" :D

  • @hiteshchalise3988
    @hiteshchalise3988 5 лет назад

    This helped, thanks :)

  • @fluffy24
    @fluffy24 2 года назад

    You are really great my friend, tank you for your videos

  • @TheCodeHunter
    @TheCodeHunter 3 года назад

    thank you so much for this!

  • @mr.RAND5584
    @mr.RAND5584 4 года назад

    Entities have different type of class. Student class, employee class. Thanks i need to populate data from database as List

  • @shwetarautr01
    @shwetarautr01 4 года назад

    Hello sir! I need to know which subclass is sorted hashMap Or hashTable... ???
    In case of....
    Map m= new HashMap(); or HashTable() ;

  • @Ankit5311
    @Ankit5311 5 лет назад +2

    Its similar to temlate in C++. They changed template to generics

  • @nynra6584
    @nynra6584 7 лет назад

    Thank you for this well made explanation

  • @Aryan46KingOfHearts
    @Aryan46KingOfHearts 4 года назад +1

    sir how to do that you have done at 10:49 to see which class/interface extends which class
    when i do that in eclipse by holding control something different shows up "source not found
    "

  • @RohitKumar-wq9lk
    @RohitKumar-wq9lk 11 месяцев назад

    Bhai Mere mazza aa gya yaar

  • @blablablahh612
    @blablablahh612 5 лет назад

    excellent video!!!!

  • @pranaytanniru7764
    @pranaytanniru7764 4 года назад

    It's clear, thank you.

  • @schemerboy1005
    @schemerboy1005 5 лет назад

    What if I want to use everything related to T (aka, both the supers and subclasses of T and also T itself?)

  • @-indeed8285
    @-indeed8285 6 лет назад +1

    BEST ever

  • @milad_mo
    @milad_mo 3 года назад

    It was good but please discuss about generic method and uses of generics in combination with reflection

  • @TsukiCTF
    @TsukiCTF 7 лет назад

    Just asking, but what is the point of adding getters and setters in the class Container? From what I have tested so far, everything worked fine without those..

    • @djus5
      @djus5 6 лет назад

      Everything worked fine without those because getter and setter for value were not used/called anywhere in the code.
      Point for adding those was just to show how generics works.
      For example, if you made object obj, like in the video:
      Container obj = new Container();
      and you want to set value for it:
      obj.setValue("Java");
      then compiler will know that T is String,
      public void setValue(T value); ----> public void setValue(String value);

  • @guambomber448
    @guambomber448 3 года назад

    WOW that was a great video!

  • @madanpatel797
    @madanpatel797 5 лет назад

    Hi Telusko,
    Could you please tell us how to access the java provided classes like List.class and Float.class. I use Eclipse as well but haven't figured it out yet.
    While doing so I am getting the following error:
    The JAR file C:\Program File\Java\jre1.8.0_201\lib
    t.jar has no source attachment.

  • @ayushchhanganni2357
    @ayushchhanganni2357 2 года назад

    Amazing content!!

  • @divyeshkumarbalar7732
    @divyeshkumarbalar7732 5 лет назад

    I dont know why, but i am not being able to jump to implementation of any java inbuilt classes?
    Any help!

  • @neerajvas
    @neerajvas 7 лет назад

    Excellent!!!!!

  • @am-oo5uu
    @am-oo5uu 5 лет назад

    Great video. Thank you so much.
    Could you tell me how to access the java proviced classes like List.class and Float.class. I use Eclipse as well but haven't figured it out yet.

    • @JimmyBFMV
      @JimmyBFMV 5 лет назад

      Do you mean: How do you go to the implementation of List? Just right click --> Go To --> Implementation (or [Ctrl]+[Alt]+[B]).

  • @harshitahuja5043
    @harshitahuja5043 2 года назад

    Excellent Video

  • @tuweiIsaac
    @tuweiIsaac 4 года назад

    its good that such people do exist.#ilovetelusko

  • @ahsanali5527
    @ahsanali5527 3 года назад

    great explanation

  • @madanmohanpachouly6135
    @madanmohanpachouly6135 2 года назад

    Well Explained

  • @mehrshadtavana1429
    @mehrshadtavana1429 3 года назад

    very helpful tnx a lot

  •  4 года назад

    Nice vid man!

  • @admannas123
    @admannas123 3 года назад

    Nice explanation

  • @PrometheanDesigns
    @PrometheanDesigns 7 лет назад

    Thanks, bro. :-)

  • @govardhangova5411
    @govardhangova5411 2 года назад

    sir in Hash map can we enter only key and values or we can enter one key no of values (like = sid,sname,address and phone )

  • @foton8998
    @foton8998 4 года назад

    thank you. It was effective

  • @blablablahh612
    @blablablahh612 5 лет назад

    what if I want to use student class eg: Container obj=new Container(); how will i write my student class then? i am confused

  • @studyonline3236
    @studyonline3236 4 года назад

    what's T extends Comparable ?

  • @Goateduzi
    @Goateduzi 5 лет назад

    Great video

  • @kylemanley915
    @kylemanley915 3 года назад

    Really good tutorial

  • @studyonline3236
    @studyonline3236 4 года назад +1

    Hello anna! just want to know about something which I encountered while I was coding my own Collections(say linkedList). So, I used and everything was working fine, however, when I tried to write a method for finding minimum in Linkedlist, compiler keeps throwing errors(as finding minimum wouldn't be possible if the type were (T=)String. So, I want just this method to accept Integer or any Number values and whenever the type doesn't fit it should neglect it. How can I do so?

  • @shivaniverma7789
    @shivaniverma7789 5 лет назад +1

    U r awsm sir😍😍

  • @ShujathHussain0
    @ShujathHussain0 6 лет назад

    why LIST interface methods are not asked to be implemented? rather its optional
    but when we create a new interface and add some methods, they need to be used mandatorily.

  • @lemaaaron9009
    @lemaaaron9009 Год назад

    Thanks I love it 🤝

  • @Ren-nf4pz
    @Ren-nf4pz 3 года назад

    very good thanks

  • @ammadnaseer7247
    @ammadnaseer7247 5 лет назад

    Thanks boss!!

  • @chakibbensari1850
    @chakibbensari1850 3 года назад

    The error at 3:37 is about Integer.parse() and not the List.add

  • @sergdv3863
    @sergdv3863 6 лет назад

    Can you show a real example of using super keyword? I understood that it is used as constraint for concrete type, but when and where I should use it?

    • @djus5
      @djus5 6 лет назад

      Use '? super T‘ whenever you want to indicate a type which is a super-type of 'T'.

  • @dbaskaran22
    @dbaskaran22 4 года назад

    Good one.

  • @adharsh200
    @adharsh200 6 лет назад

    Good Video :)

  • @ashokchilakala2879
    @ashokchilakala2879 3 года назад

    sir will u please provide the practical session videos

  • @rahulchhetri906
    @rahulchhetri906 6 лет назад +1

    Sir, well explained. But as I was also a student , from that point of view I can say that , this is the very basic concept of generics. It will be really great if you make some videos on 'errasure and generics'. I think this is the most confusing part of generics. If you could explain that in easy way, the way you have been doing, it would be very beneficial for students out there.....

  • @upengan78
    @upengan78 4 года назад

    Thank you sir 🤠

  • @user-lb1fl7sh8m
    @user-lb1fl7sh8m 7 лет назад +1

    what is the differenes of list< T > with list< ? > ?

    • @divyeshkumarbalar7732
      @divyeshkumarbalar7732 6 лет назад

      list -> where T can be any fixed type and which is entered by you as a programmer and than it can not be changes in the middle
      list -> this is wild card, which can be anything. usually used when you dont know whats going to come up

  • @unemployedcse3514
    @unemployedcse3514 2 года назад

    Always Awesome ❤️