#71 What is Annotation in Java

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

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

  • @ayushwho_7775
    @ayushwho_7775 4 месяца назад +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!!

  • @KarthikBhatl
    @KarthikBhatl 11 месяцев назад +4

    One of the best teacher and good human out there!

  • @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

  • @guitarDad100
    @guitarDad100 Год назад +6

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

  • @deone5147
    @deone5147 19 дней назад

    informative and to the point video on annotations

  • @sashankreddy2434
    @sashankreddy2434 Месяц назад

    Excellent simple explanation

  • @pushpendrarajak8838
    @pushpendrarajak8838 2 месяца назад +2

    You are very Chalak Bro !!

    • @acridpie4492
      @acridpie4492 Месяц назад

      Yeah Belongs and Belong 😂😂

  • @jobijose5397
    @jobijose5397 Год назад +2

    Very Nice Explanation. Thanks

  • @aswiniavula8573
    @aswiniavula8573 3 месяца назад

    Super explanation sir thank you

  • @ashirwadkatkamwar5555
    @ashirwadkatkamwar5555 9 месяцев назад

    superb explaination

  • @zombiegamer8243
    @zombiegamer8243 2 месяца назад

    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

  • @dhruvyadav3492
    @dhruvyadav3492 6 месяцев назад

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

  • @gideonebubechukwu7194
    @gideonebubechukwu7194 Год назад +1

    Great video

  • @samarthtandale9121
    @samarthtandale9121 Год назад +2

    Great video 🤠🙌🏼

  • @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?

  • @pakistaninsaudi
    @pakistaninsaudi 9 месяцев назад

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

  • @ankurpremmasih8207
    @ankurpremmasih8207 Год назад +2

    Which ide is this?

  • @aka-Monster01
    @aka-Monster01 Месяц назад

    daddy i miss u so much

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

    Thanks

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

    Thanks mann

  • @madhankumarmadhankumar3226
    @madhankumarmadhankumar3226 Год назад +3

    so twist is 's'😅

  • @uday2159
    @uday2159 Год назад +2

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

  • @anjelomanoranjan
    @anjelomanoranjan 29 дней назад

    Baba Nam Kevalam!

  • @AbSen17
    @AbSen17 6 месяцев назад

    methods name different

  • @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... 4 месяца назад

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

  • @richardharris202
    @richardharris202 6 месяцев назад +1

    3:25😂

  • @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!!