Mastering Java Interfaces: Static & Default Methods, Multiple Inheritance Explained

Поділитися
Вставка
  • Опубліковано 1 жов 2024
  • 🟡 Call / DM me: topmate.io/eng...
    🟡 Donate: razorpay.me/@e...
    🟡 Perks: / @engineeringdigest
    🔴 Discord: discord.oia.bi...
    🔴 Instagram: insta.oia.bio/...
    🔴 Twitter: x.openinapp.co...
    🔴 LinkedIn: linkedin.oia.b...
    🔴 Website: engineeringdig...
    🟢 Description: Explore Java interfaces in-depth with static and default methods, and understand the concept of multiple inheritance in Java. Perfect for beginners and advanced Java developers alike!

КОМЕНТАРІ • 19

  • @ahmadfaraz9279
    @ahmadfaraz9279 Місяць тому +3

    "Auto wala poochega ki Class aur Interface mein ky fark hota hai"🤣🤣😭 I am crying...maybe reference to that Microsoft autowala guy driving autorickshaw to fight loneliness

  • @codingProfile449
    @codingProfile449 5 днів тому

    best video on interfaces I've seem on youtube. Thank you so much for giving us this content for free🤟

  • @luffad8714
    @luffad8714 6 днів тому

    my 1 week of confusion just cleared by this 26min

  • @ajaykumar-lf8dh
    @ajaykumar-lf8dh 2 місяці тому +2

    Although i know all the concept taught in this video, but it took me many months and articles to learn these things, but you taught in one video , great lecture !!
    Please make the videos on design patterns or microservices

  • @DeepakJindal07
    @DeepakJindal07 20 днів тому

    @eat() , @sleep(), @money() -_-

  • @AbhishekSharma-wg2oc
    @AbhishekSharma-wg2oc 24 дні тому

    Nice content 💯

  • @palokkumar7454
    @palokkumar7454 Місяць тому

    maja aa gaye ji

  • @techiedev3458
    @techiedev3458 Місяць тому

    Just have a quick question
    I have two interface call InterfaceA and InterfaceB , and I have created method in both with same name example getUser().
    and I have a class called UserClass which implements both interfaces InterfaceA and InterfaceB
    so in this case which which interface method will invoke from interfaceA or from InterfaceB
    or the JVM will take it randomly from the order in which we implemented both the interface?

    • @randomShit1804-w3c
      @randomShit1804-w3c 21 день тому

      When UserClass implements both interfaces, you need to provide a single implementation of getUser() in UserClass.
      JVM will not invoke a method from any interface directly, because interfaces don't contain method bodies (before Java 8, without default methods).

  • @SkillHone
    @SkillHone 29 днів тому +1

    Vipul Bhai, Jaadu kar rakha hai aapne. I started watching your videos like a binge-watcher . Thanks a lot.

  • @NiteshKumar-yz1wr
    @NiteshKumar-yz1wr 2 місяці тому

    i have never learned these concepts , although i am learning java for almost one year

  • @kuldeeppatil6080
    @kuldeeppatil6080 2 місяці тому

    ❤❤❤

  • @LubnaShaikh-ut1ii
    @LubnaShaikh-ut1ii Місяць тому

    Hello , can u teach the collection framework?

  • @ayushjain7758
    @ayushjain7758 2 місяці тому

    Agr koi auto bala puchega ,Abstarct class ka object banana chiye, to bo sahi h ya galat .???

  • @NiteshKumar-yz1wr
    @NiteshKumar-yz1wr 2 місяці тому

    really geate content my dear guruji

  • @dheerajkhandelwal6511
    @dheerajkhandelwal6511 Місяць тому

    I learned from different sources but still wasn't able to get a clear idea about the concept-why it is there and when to use it. However, watching your series helped me a lot. I watched the Dependency Injection video first, and after that, I really enjoyed studying from your channel. Your explanations are simple and complete.

    • @EngineeringDigest
      @EngineeringDigest  Місяць тому

      Thank you so much for your kind words! I'm really glad to hear that my tutorials have helped clarify these concepts for you. It's feedback like yours that motivates me to keep creating content. If you have any other topics you'd like covered, feel free to let me know!

  • @giridhar0906
    @giridhar0906 Місяць тому

    Greate Job guruji🙏

  • @henilmamaniya9299
    @henilmamaniya9299 2 місяці тому

    Great lecture!