#71 What is Annotation in Java

แชร์
ฝัง
  • เผยแพร่เมื่อ 6 ม.ค. 2025

ความคิดเห็น • 34

  • @ayushwho_7775
    @ayushwho_7775 5 หลายเดือนก่อน +4

    Thank you so much @Telusko, I mean it's so small topic but no body has touched it. All the people are only explaining how different annotation works, but no one is explaining what they really are, GLAD YOU DID!!

  • @omdobariya7971
    @omdobariya7971 ปีที่แล้ว +4

    Best of all! I appreciate your great help to thousands of learners out there with such effective content... A Big Thanks Sir

  • @KarthikBhatl
    @KarthikBhatl ปีที่แล้ว +4

    One of the best teacher and good human out there!

  • @guitarDad100
    @guitarDad100 ปีที่แล้ว +6

    Good information. It's going to take me a while to watch all your new lessons. Thanks for sharing.

  • @deone5147
    @deone5147 2 หลายเดือนก่อน

    informative and to the point video on annotations

  • @ajayghode3602
    @ajayghode3602 11 วันที่ผ่านมา

    Thank You
    Point to remember: @override annotation will suggest which method method to be override.

  • @jobijose5397
    @jobijose5397 ปีที่แล้ว +2

    Very Nice Explanation. Thanks

  • @sashankreddy2434
    @sashankreddy2434 2 หลายเดือนก่อน

    Excellent simple explanation

  • @pushpendrarajak8838
    @pushpendrarajak8838 3 หลายเดือนก่อน +2

    You are very Chalak Bro !!

    • @acridpie4492
      @acridpie4492 2 หลายเดือนก่อน +1

      Yeah Belongs and Belong 😂😂

  • @samarthtandale9121
    @samarthtandale9121 ปีที่แล้ว +2

    Great video 🤠🙌🏼

  • @gideonebubechukwu7194
    @gideonebubechukwu7194 ปีที่แล้ว +1

    Great video

  • @aswiniavula8573
    @aswiniavula8573 4 หลายเดือนก่อน

    Super explanation sir thank you

  • @ashirwadkatkamwar5555
    @ashirwadkatkamwar5555 10 หลายเดือนก่อน

    superb explaination

  • @dhruvyadav3492
    @dhruvyadav3492 7 หลายเดือนก่อน

    thankss sir now i understoood agter searching 10 times on web loll

  • @zombiegamer8243
    @zombiegamer8243 4 หลายเดือนก่อน

    thank you, it is through your videos only that i have understood this, but i wanted to say that maybe you could have explained lambdas in a more beginner friendly way, rather than talking about anonymous classes and all. for beginner i think it is easy to think of lambdas as functions declared like variables

  • @pakistaninsaudi
    @pakistaninsaudi 11 หลายเดือนก่อน

    working in programming from almost 8 years writting code, had no idea this thing exists

  • @adilwise
    @adilwise ปีที่แล้ว +1

    Thanks for sharing. But this does not explain what annotations are in themselves. What are they? How do they behave behind the scene? Are they classes? Are they interfaces?

  • @uday2159
    @uday2159 ปีที่แล้ว +2

    My brain almost fix when we type long methods they gets into a bug 😂😂even they are right. Loll..

  • @ankurpremmasih8207
    @ankurpremmasih8207 ปีที่แล้ว +2

    Which ide is this?

  • @harshithagurram2880
    @harshithagurram2880 ปีที่แล้ว

    Thanks

  • @rakipalivela64
    @rakipalivela64 ปีที่แล้ว

    Thanks mann

  • @aka-Monster01
    @aka-Monster01 2 หลายเดือนก่อน

    daddy i miss u so much

  • @madhankumarmadhankumar3226
    @madhankumarmadhankumar3226 ปีที่แล้ว +3

    so twist is 's'😅

  • @svasanth6470
    @svasanth6470 ปีที่แล้ว +16

    this is not a bug the two method names are different. u missed "s" in Belongs in class B

    • @seanbhrim
      @seanbhrim ปีที่แล้ว +6

      That's a bug...human errors including misspellings cause bugs. That was his point.

    • @aakashsinha9641
      @aakashsinha9641 ปีที่แล้ว

      I was saying the same, S is missing in belongs

    • @YOUTUBECOMMENTER...
      @YOUTUBECOMMENTER... 5 หลายเดือนก่อน

      ​@@aakashsinha9641 you tell same but in technologically called human errors. So this is also one the bug made by human!

  • @richardharris202
    @richardharris202 7 หลายเดือนก่อน +1

    3:25😂

  • @AbSen17
    @AbSen17 7 หลายเดือนก่อน

    methods name different

  • @LAZIO14
    @LAZIO14 2 หลายเดือนก่อน

    Baba Nam Kevalam!

  • @YashRajput-gj6zf
    @YashRajput-gj6zf ปีที่แล้ว +1

    Haha..I almost write the comment that there is no method overriding.....hence calling the method of class A will call the method A same goes for class B.
    These mistake is common specially when you working with many classes were annotation helps a lot!!