Lecture 60 Generic Class in Java Hindi

Поделиться
HTML-код
  • Опубликовано: 31 дек 2024

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

  • @Tanzeel431
    @Tanzeel431 5 лет назад +27

    For those who are wondering why Sir is using Integer instead of 'int'. Generics do not work with primitives, and 'int' is one such primitive type. So you've to use some Wrapper class, and Integer is one such wrapper class.

  • @kazamalikashif1578
    @kazamalikashif1578 7 лет назад +2

    Sir G you are actually a Sir G , I really appreciate your objective ,& YOUR WAY OF teaching is greate

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

    So simple! Ab moksh mill jayega mughe. Thanku

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

    You are the best god bless you

  • @coding_Master-z4d
    @coding_Master-z4d 8 лет назад +1

    you are great sir i love your style of teaching...thank you sir.

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

    Great explantion 👍

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

    Thankyou sir 🙏🙇‍♂✨❤

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

    Thanks for such a great contribution

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

    your explanation is too good

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

    very nice Saurabh Shukla Sir

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

    Nice explanation

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

    lajwabab

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

    Thank You So Much Saurabh SIr..!

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

    the integer type object can be created using value of() method?

  • @MysteriousIncidents
    @MysteriousIncidents 8 лет назад +2

    when multiple catch blocks are defined, how does a try statement determine which catch clause should be used to handle an exception?
    What happens when there is no catch clause after a try block?

    • @ashishgarg3924
      @ashishgarg3924 7 лет назад +2

      Sir no catch block gives u an error a try with no catch .While using multiple catch u have to define the Exception with every catch and general catch block will be the last catch block like firstly
      catch(NullPointerException e)
      {
      }
      catch(Exception ex)
      {
      }

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

    Great teaching

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

    sir is that compulsary that the placeholder is should be written in upppercase .

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

    Sir kindly explain how generic code is executed by the compiler.... Concept of raw type and legacy code...

  • @harshjainin
    @harshjainin 8 лет назад +1

    nice one sir.........

  • @md.mohaiminulislam1889
    @md.mohaiminulislam1889 6 лет назад

    excellent!

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

    Thanks sir

  • @Hussain-su7dg
    @Hussain-su7dg 8 лет назад

    sir,please upload a lecture on lambda expression

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

    Thanx Sir.

  • @PrakashPatel-zk9lo
    @PrakashPatel-zk9lo 4 года назад

    Lambda expression pr video baniye sir

  • @coding_Master-z4d
    @coding_Master-z4d 8 лет назад

    sir i want computer network video in hindi,plz give me some suggestion.

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

    legendary

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

    How to bound the generic type

  • @BSKKrishna
    @BSKKrishna 8 лет назад

    sir please complete java courses

  • @rishavbansal2681
    @rishavbansal2681 8 лет назад

    sir can u use netbeans...........

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

    👍

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

    GenericClass.java uses or overrides a deprecated API.
    Recompile with -Xlint:deprecation for details.
    how to solve this problem sir

  • @Vinaykumar-bx1ql
    @Vinaykumar-bx1ql 2 года назад

    wish u a very Happy Diwali and Chhath puja........🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏

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

    Hello sir .i have got an error please help :
    Note: Example.java uses or overrides a deprecated API.
    Note: Recompile with -Xlint:deprecation for details.
    and after complining with -Xlint:deprecation :
    Example.java:16: warning [deprecation] Integer(int) in Integer has been
    deprecated .

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

    sir please explain wild card

  • @paramjeetchauhan
    @paramjeetchauhan 8 лет назад

    sir i'm going t end core-java. should i start android ?

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

    People so engrossed in your video sir, that they forgot to click like button. 42k views and like are mere 10% !!!?

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

    Integer ka object kyu bnaya hai ???

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

      Generics do not work with primitives, and 'int' is one such primitive type. So you've to use some Wrapper class, and Integer is one such wrapper class. Read about wrapper classes, autoboxing and unboxing.

  • @MysteriousIncidents
    @MysteriousIncidents 8 лет назад

    please reply me sir.

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

    so confusing

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

    Are sir integer ki jagah int bhi likh sakhte h

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

      No, you can't use primitive types

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

      ​@@mokshmahajan6340 Yes, ya right

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

      @ashutosh lodhi Generics do not work with primitives, and 'int' is one such primitive type. So you've to use some Wrapper class, and Integer is one such wrapper class.