Java Anonymous Inner Classes Explained in 6 Minutes

แชร์
ฝัง
  • เผยแพร่เมื่อ 9 พ.ย. 2024

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

  • @19891214ful
    @19891214ful 2 ปีที่แล้ว +88

    I’ve been in the industry for 8+ years and sometimes I forget the basics. Thank you very much for the effort. You are a brilliant teacher. Respect ✊ ❤️

    • @Ella-gi3xb
      @Ella-gi3xb หลายเดือนก่อน

      This is so validating haha

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

    Excellent. I can hardly think of anything to add that wouldn't make it too long. Some people might think "Who needs this crap anymore, we have lambdas now and they are even neater!"
    That is more than a little true, but here's a couple of restrictions on lambdas that don't apply to anonymous inner classes:
    Lambdas can only be used with Single Abstract Method interfaces, and can only override that single abstract method itself.
    An anonymous inner class, on the other hand can merrily override more than one method, or can do even more, tho it is a good idea not to get carried away. If there's too much in it, give that sucker a name.
    An anonymous inner class can implement any interface, not just Single Abstract Method ones, again, best not to get too carried away with this but the language won't stop you, and can also subclass any abstract or concrete class if there's a good reason to.
    So lambdas are great, but it would be premature to throw Anonymous Inner Classes out of your Java toolbox.

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

      Sounds like you know more than enough to be doing your own videos!

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

    Your lessons are prompt, easy to understand, and generally fun to watch. A perfect way for me to brush up my rusty Java skills. Keep up the good word!

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

    How does this guy not have more subscribers? Straightforward, to the point explanations that are well presented, and importantly no needless filler. Just awesome, you've earned my like, sub and comment!

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

    Ur carrying my uni courses so hard, thanks a lot man!

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

    That last "Grawlneenlnenleng" though😂

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

    I'm going to write an exam about Java tomorow. John, you are saving me from letting it be a total desaster. Your explanation style is wonderful and you have exactly the right amount of humor in your videos. Your explanations and your English is very good understandable, even for a non-native English speaker on level B2. I honestly watch your videos as they are the best to understand, motivating, not too long but have everything important in it. You are doing a great job! Thank you and please continue like that!

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

    I spend about two hours every day with you John. We will land a developer job in 2022!

    • @dataslid
      @dataslid 2 ปีที่แล้ว

      Have u landed a job

    • @tresaidh3y90
      @tresaidh3y90 2 ปีที่แล้ว

      @@dataslid I have my first interview today!!!

    • @dataslid
      @dataslid 2 ปีที่แล้ว

      @@tresaidh3y90 I wish u luck🤞

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

      Good luck, let us know how it goes!

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

    These concepts are deep and no one teaches this indepth. Glad that I found this channel.

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

    The best vides of Java...Thanks a lot

  • @codewizard131
    @codewizard131 2 ปีที่แล้ว

    You are the best teacher I've ever seen

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

    You are one of the best teachers I have ever seen, you and another that I won't mention here out of respect. But I think that you videos are the clearest of any teacher that I have seen online, period. I love your videos.

  • @ЕвгенийСкорик-ь5ю
    @ЕвгенийСкорик-ь5ю 11 หลายเดือนก่อน

    The clearest way of providing information!
    Really a cool guy

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

    It's amazing how I can see and even use something fairly often and still gain insight here about what I'm really doing. Thanks.

  • @anlerylmaz8415
    @anlerylmaz8415 2 ปีที่แล้ว

    Best Java teacher I've ever seen. And most sympatic one aswell

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

    Thank you for your tutorials.

  • @dlvinhafeez9966
    @dlvinhafeez9966 2 ปีที่แล้ว

    you are the best java instructor

  • @banujan.b2479
    @banujan.b2479 2 ปีที่แล้ว +1

    Sometime I confuse you with "programming with mosh". Big fan of both of you!

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

      Mosh is awesome! Another bald programmer with glasses.

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

    Seriously cannot be stated enough: you produce the most easily understood, time considerate, and useful programming tutorials, period.
    From a 35 year old junior engineer: thank you ❤️.

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

    Everything you teach is clear and understandable.

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

    Best explanation ever, after going through many tutorials of Innerclass concept. You are one of the Best Teachers.

  • @Юлия-т7ц7и
    @Юлия-т7ц7и 2 ปีที่แล้ว +1

    can't thank you enough for your videos
    i am starting a new job as a junior java programmer in May. I had used lots of your videos to prepare for the inverview and am using them now to prepare for the job itself. thanks :)

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

    Hey man, I just found your videos, I just want to say that I love you 🤣. You're a genius, I get to understand these complex topics easily in quick, short videos.

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

    This helped me understand some code at work. There is an anonymous class that is implementing an abstract class that takes in a Generic Type which implements an Interface with a Generic Type. So public abstract class PortalAsyncCallback implements AsyncCallback and the anonymous class is actually only overriding the methods from the AsyncCallback Interface.

  • @הדרפדה-אל
    @הדרפדה-אל 2 ปีที่แล้ว

    You're the best teacher on TH-cam! Thank you!!

  • @corygallego8148
    @corygallego8148 8 หลายเดือนก่อน

    You are really the best!!! Every single time I need help I come to see your videos and even if I m not 100% good with english you make it so easy to understand!! THANK YOU!

  • @HugoBernardo-m4l
    @HugoBernardo-m4l หลายเดือนก่อน

    SIMPLICITY; simply great, regardless the not so simple content!

  • @achyuthraosathvick45
    @achyuthraosathvick45 7 หลายเดือนก่อน +3

    Interviewer: So what is an anonymous class in java?
    My brain: 2:21

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

    Amazing work! You explained incredibly this topic that was bugging me

  • @AbdelhameedGamal-ki7th
    @AbdelhameedGamal-ki7th 7 หลายเดือนก่อน

    thanks a punch for your simple, direct and nice explanations

  • @starilin8445
    @starilin8445 2 ปีที่แล้ว

    I wish you were teaching at my school, your tutorials are the best

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

    I love java, I'm reading The Java complete reference 11-edition and doing some online course, I think I just found the java grial in your channel, good content, thanks man

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

    Hey John ,
    Whoever you are ,wherever you are from trust me you are a genius. To possess a knowledge is great and most of the humans can inherit it but the toughest part is to share and make other people learn in the most simplest way and thats what you actually do.
    I myself have been into coding for past 10 years but when it comes to explaining things to someone I always find it difficult to look for examples and to do it in the most efficient and effective manner.
    Anyways ,was here to brush up on few interview basics and subscribing your channel to keep myself updated and come back again.
    Thanks again . Cheers!

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

    I Totally agree with the guy that wrote Im not kidding whe I say you´re the best Java Teacher but to help the purpose of the channel im creating another comment

  • @Ozla102
    @Ozla102 2 ปีที่แล้ว

    you are the best for learning JAVA. I am sure about it.

  • @LTZMSYAL
    @LTZMSYAL 2 ปีที่แล้ว

    John you are a great teacher! merci pour tes videos. We watch you from France

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

    Thanks a lot for making this video, your explanation is super easy to follow, you are a very good..... great teacher. I was trying to use an anonymous class for multi-threading with the run method and boom!!!, it was your second example. Thanks a lot.

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

    OHhh, so those are classes, good to know.
    It's also nice to know there's a way to make a class that can only ever have one instance of itself, because I wanted that for something I want to do in the future, and will probably use it for many other things.

  • @johntravolta2655
    @johntravolta2655 2 ปีที่แล้ว

    Yep, still the best explanation I could have came across

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

    Great channel, super clear explanations, always clearly explaining something I didn’t quite understand before. Cheers

  • @igor9919
    @igor9919 8 หลายเดือนก่อน

    hi John, I've been loving your content so far, I wanted to give a suggestion if you don't mind! One of the things we wonder as we learn new concepts, which you make it very easy to understand is how we could/would use this in a real world situation, because obviously the examples used are simple (so we can understand), so perhaps it would be nice to add some "real world scenario" use case, just so we can have that extra "ahhh that makes sense" :D

  • @Skilur1983
    @Skilur1983 9 หลายเดือนก่อน

    Great explanation. Loved bigfoot noise

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

    Fantastic, you're the best !

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

    This is exactly what I was looking for. Thank you very much for your explanation, and nice Bigfoot btw

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

    best java teacher

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

    really clear, you are an excellent teacher

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

    You're my Java only teacher!! =)

  • @nkfasil752
    @nkfasil752 2 ปีที่แล้ว

    Wow this video was so easy and fun! Loved the big foot noise, hehe!! Keep up the good work!!

  • @kostiantynkarzhanov9216
    @kostiantynkarzhanov9216 8 หลายเดือนก่อน

    Very good explanation! Thank you! 💛

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

    Thanks John. This is really useful. I loved that bigfoot sound lol,. It's so accurate

  • @anjan5545
    @anjan5545 2 ปีที่แล้ว

    Awesome..Please explain Supplier,Consumer,Predicate,Function etc..Many thanks for making things easy to learn.

  • @rajattiwari8852
    @rajattiwari8852 2 ปีที่แล้ว

    Came across your youtube channel. I'm sorted for brushing up. Great videos

  • @Carlos-kv6hx
    @Carlos-kv6hx 2 ปีที่แล้ว

    Thanks John for this video. You explained it very clearly. Please continue with these.

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

    Learned something new form another awesome tutorial by John :)

  • @semilife
    @semilife 2 ปีที่แล้ว

    Very clear and simple explanation.

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

    Confiremed! John is a friend of Big Foot!

  • @kuntaldutta2558
    @kuntaldutta2558 2 ปีที่แล้ว

    really really very very good work sir. The way you are teaching is very good.

  • @mauiuwelcome6847
    @mauiuwelcome6847 2 ปีที่แล้ว

    😅😅😅 Your bigfoot noising stuff was exhilarating. Love this kind of funny teaching method as it has proven to be very efficient. Thanx a lot!

  • @Tuxon24rus
    @Tuxon24rus 2 ปีที่แล้ว

    It's always worth to watch your videos till the very end! xD

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

    YOU ARE THE BEST U HAVE BEEN SAVING LIVES FOREVER

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

      I had no idea anonymous inner classes could save lives!

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

      Hahahahaha i cannot believe that you replied to me thanks man i really appreciate the efforts you're making and the awesome explanations
      (Btw my exam is tomorrow hahaha)

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

      Good luck, let us all know how it goes!

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

      @@CodingWithJohn yess for sureee

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

      @@CodingWithJohn it was really difficult , mostly about stream but i did what i could

  • @siegfried5360
    @siegfried5360 2 ปีที่แล้ว

    Perfect articulation. I like it!

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

    Simply to the point...

  • @andresencolombia
    @andresencolombia 2 ปีที่แล้ว

    You are simply awesome. Thank you so much. You demystify Java programming.

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

    Another great tutorial, thank you very much John!

  • @liliabekuzinaensosense8987
    @liliabekuzinaensosense8987 2 ปีที่แล้ว

    John, you are such a talented teacher! 💫

  • @ralfiasz
    @ralfiasz 2 ปีที่แล้ว

    Brilliant tutoring.

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

    voice of big foot lol, best teacher ever!

  • @nielltalwar1574
    @nielltalwar1574 2 ปีที่แล้ว

    you are helping the java learner community a lot john. keep up the good work

  • @xetbytetechnology1445
    @xetbytetechnology1445 2 ปีที่แล้ว

    I have been traveling on 🌍 Earth with Java for 10 years just 5 miles, but after watching your video tutorial approx 6:26 minutes I have traveled with Java 24,887.64 miles which is exactly the circumference of the Earth. Now I am 🦋🦋🦋 flying with Java in ✈🛩🪐. A lot of thanks. I really appreciate.

  • @ahmedbishree9429
    @ahmedbishree9429 2 ปีที่แล้ว

    LoL really appreciate the creative tutorials that you made, every time that I see your smile can't hold myself smiling too, I wish that I had a tutor like you in every subject in my learning journey big thanks and hugs to you

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

    Sir, please make a video on Singleton classes.

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

    Awesome video as always. Thanks John!

  • @Roman-qq9gx
    @Roman-qq9gx ปีที่แล้ว

    well made vid, thanks. “one-time-use class with an interface”. jesus, I love how much easier this is in JS. that is just a simple variable. strong OOP is jaded 😂

  • @arshitrastogi2036
    @arshitrastogi2036 2 ปีที่แล้ว

    Thanks for explaining it in a clear and concise manner. I am definitely subscribing your channel 👍

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

    thanks for the great explanation

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

    Great content John. Please create a course ( paid ) for advanced Java, Springboot etc. too. No one explains Java better.

  • @nafishy
    @nafishy 2 ปีที่แล้ว

    You're a blessing! 😭❤️

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

    My java instructor... i hope you will do video on generics someday anyway ,best content as always...

  • @Valer0n07
    @Valer0n07 2 ปีที่แล้ว

    Thanks for a great job. Your tutorials and explanations are the best in the whole universe:)))

  • @juliaineslopez4856
    @juliaineslopez4856 2 ปีที่แล้ว

    You are THE BEST. Never stop making videos!! I have a question. Can we include fields in an anonymous class? I read we cant because we can't include a statement in a statement but i'm not conviced!

  • @adamlasry5225
    @adamlasry5225 2 ปีที่แล้ว

    Great teacher! Yes, one of the best!

  • @CinziaBocchi
    @CinziaBocchi 2 ปีที่แล้ว

    Your tutorials are great. Thank you very much.

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

    John, please make a video with lambda explaining

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

    this was so good, thank you!

  • @louman4322
    @louman4322 2 ปีที่แล้ว

    You're awesome man. Thank you.

  • @liliannakiss290
    @liliannakiss290 2 ปีที่แล้ว

    Wow, I love those tutorials!

  • @simbarashemuzika2157
    @simbarashemuzika2157 2 ปีที่แล้ว

    John you are simply the best . Do you have any Springboot tutorials

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

    I wish you taught my CPSC class!

  • @phoebe3518
    @phoebe3518 2 ปีที่แล้ว

    Thank you so much I actually understand it know

  • @robertovillanueva7077
    @robertovillanueva7077 2 ปีที่แล้ว

    Your videos are great! Thank you 😀

  • @hihiirokane_gbf
    @hihiirokane_gbf 2 ปีที่แล้ว

    thank you so much for this video^ ^
    it helped me a lot

  • @ajitckattukkaran9404
    @ajitckattukkaran9404 2 ปีที่แล้ว

    Nice presentation and explanation 👏👏

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

    Thank you very much for your work! It's both - learning and having fun at the same time :-)

  • @dominikbuzov5094
    @dominikbuzov5094 2 ปีที่แล้ว

    Great explanation, you really helped me!

  • @abdulraqebal-sarori6390
    @abdulraqebal-sarori6390 2 ปีที่แล้ว

    Your videos are amazing and the best thing that you explain very important things in the easiest and shortest ways. Would you please make some videos a bout Spring framework (web) thank you 😊

  • @user-do8mv9ow6d
    @user-do8mv9ow6d 20 วันที่ผ่านมา

    Thank you sir ...❤

  • @arsollo9972
    @arsollo9972 2 ปีที่แล้ว

    I love this channel !

  • @tahiriqbal8543
    @tahiriqbal8543 2 ปีที่แล้ว

    woo explaination is exquisite

  • @xhappybunnyx
    @xhappybunnyx 2 ปีที่แล้ว

    Legit just clicked on the vid and need to bet that the thumbnail's a suburban sasquatch reference
    edit: damn
    (also real talk I love these videos, they're a wonderful supplement to a free online course I'm doing. might check yours out later!)

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

    Really usefull, thanks! 😃