P61 - Interfaces in Java - Part 2 | Core Java | Java Programming |

Поделиться
HTML-код
  • Опубликовано: 14 июл 2024
  • Functional interfaces play a crucial role in Java's functional programming paradigm. In this video, we explore the concept of functional interfaces and their significance in writing concise and expressive code.
    We discuss what functional interfaces are and how they enable the use of lambda expressions and method references. We showcase popular functional interfaces from the Java standard library, such as Predicate, Consumer, Function, and Supplier, and demonstrate how they can be leveraged to solve common programming challenges.
    Furthermore, we discuss the @FunctionalInterface annotation and its role in ensuring the interface adheres to the functional programming contract.
    By the end of this video, you'll have a solid understanding of functional interfaces in Java and be equipped with the knowledge to leverage them effectively in your own code.
    Whether you're a beginner or an experienced developer seeking to gain in-depth knowledge on java, this video will provide valuable insights into the power of functional interfaces in Java.
    Points covered in this video:
    ❇️ What is a functional interface?
    ❇️ When it is introduced & why it is introduced?
    ❇️ How to define & implement the functional interface?
    ❇️ Can we have more than one method in the functional interface?
    ❇️ How anonymous classes are helping in implementing the functional interfaces?
    🔶🔶🔶🔶🔶🔶🔶🔶🔶🔶🔶🔶🔶🔶🔶🔶
    ▶ Next Video link: • P62 - Lambda expressio...
    ◀ Previous Video Link: • P60 - Inner classes in...
    ↔ Core Java in Telugu Playlist link: bit.ly/3KMlbBk
    ✴ Checkout my other playlists: bit.ly/3gLIAVL
    ☕ Buy me a coffee: bit.ly/33ljBWc
    ===================================
    ===================================
    Connect me @
    🔗 Website - www.hyrtutorials.com
    🔗 Telegram - t.me/hyrtutorials
    🔗 Facebook - / hyrtutorials
    🔗 LinkedIn - / hyrtutorials
    🔗 Twitter - / hyrtutorials
    🔗 Instagram - / hyrtutorials
    ===================================
    ===================================
    🙏 Please Subscribe🔔 to start learning for FREE now, also help your friends in learning the best by suggesting this channel.
    #hyrtutorialstelugu #InnerClasses #java #telugu
    Java programming by Yadagiri Reddy

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

  • @HYRTutorialsTelugu
    @HYRTutorialsTelugu  11 месяцев назад +1

    ↔ Core Java in Telugu Playlist link: bit.ly/3KMlbBk
    ✴ Checkout my other playlists: bit.ly/3gLIAVL
    ☕ Buy me a coffee: bit.ly/33ljBWc

  • @shekar7036
    @shekar7036 Год назад +21

    For me HYR Tutorials is not just JAVA course , It is a EMOTION...........💌💌💌💌💌

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

    nice explonation sir we are waiting for next video....

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

    Mind blowing explanation tq so much sir 🎉

  • @NaveenNagula-lx6qv
    @NaveenNagula-lx6qv Год назад

    Never seen these kind of explanation.guys if u want learn Java go throught these wonderful.

  • @pavanmanikanta7443
    @pavanmanikanta7443 11 месяцев назад +2

    Way You are teaching is simply amazing sir

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

    Great sir meeru

  • @kishoregoud368
    @kishoregoud368 4 месяца назад

    Anna comparable and compareTo() Paina oka video cheyandi anna because your teaching is >>>> anyone

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

    Nice explanation sir😊

  • @shyamanthagantla2790
    @shyamanthagantla2790 9 месяцев назад +2

    topic is clearly explained sir and understood :D

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

    Sir , I'm leaning java full stack your videos helps ma alot

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

    nice explanation bro

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

    Super sir

  • @user-jw4vb7uq2y
    @user-jw4vb7uq2y 7 месяцев назад +1

    nice

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

    Hi bro miru advanced java chepthara
    Mi explanation chala baga ardham avutundhi

    • @HYRTutorialsTelugu
      @HYRTutorialsTelugu  11 месяцев назад

      Thanks buddy 🙂
      DUe to time constraints, i may not start the advanced java buddy.

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

    👍

  • @supriyagundra9388
    @supriyagundra9388 9 месяцев назад +1

  • @user-iv1ef4ut8e
    @user-iv1ef4ut8e Год назад

    Sir your explanation is good thank you sir sharing your knowledge sir can you upload videos on applets in java

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

    Boss is back ❤❤❤❤❤❤❤❤❤❤❤❤❤🎉🎉🎉🎉

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

    Would you please try to make videos on Regular Expressions topic.

  • @user-mw7ho9oj9j
    @user-mw7ho9oj9j Год назад +1

    Hi, sir can you please try to make videos on Threads topics in Java.

  • @kadaripattabhi
    @kadaripattabhi 4 месяца назад +1

    if u provide notes for all topics then it will be very helpful for us

    • @HYRTutorialsTelugu
      @HYRTutorialsTelugu  7 дней назад

      Videos chusi self ga notes prepare cheskovali anedi na korika buddy

  • @user-rr2nd4ts3l
    @user-rr2nd4ts3l 8 месяцев назад +1

    please make programs on each topic

  • @satishkumarshaiku4244
    @satishkumarshaiku4244 11 месяцев назад +2

    Anna Java 8 features complete series cheyyandi

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

    Sir, in the functional interface does not allow private access specifier
    Public, abstract, default, static and strictfp are allowed in the functional interface

    • @HYRTutorialsTelugu
      @HYRTutorialsTelugu  11 месяцев назад

      You can have the private accessibility modifiers also in the functional interfaces buddy.
      Try it in your system and let me know buddy.

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

    Hi Bro, please tell us about calendars, TimeDate, Date classes in detail. please give me a clarification on these usages.🙏

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

      Yeah will cover buddy. As it is not that important will cover that after few more important classes

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

      Thank you so much

  • @user-hc2xo6cz9y
    @user-hc2xo6cz9y 11 месяцев назад +1

    Hii sir , comparator interface and comparable interface paina video cheyandi ...

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

    Sir, a humble request...please please make API playlist in Telugu for automation testing..I'm able to understand the concepts clearly only from your videos..please make the API playlist _/\_.

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

      Time padthundi buddy

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

      Wait chestam sir..but me nunchi API playlist oste chaala baguntadi sir..me content lo clarity untundi..

    • @HYRTutorialsTelugu
      @HYRTutorialsTelugu  11 месяцев назад +1

      @@HarikaMudumby Sure buddy. I will do it one day

  • @user-rq8xz8fn4m
    @user-rq8xz8fn4m 5 месяцев назад +1

    explain marker interface also please

  • @user-qe6kc9uh3k
    @user-qe6kc9uh3k 9 месяцев назад +1

    Is this important to automation testers ?? Can I know ?

    • @HYRTutorialsTelugu
      @HYRTutorialsTelugu  9 месяцев назад +1

      Yes it is important buddy. Entire corejava is important. I know some people say corejava is not mandatory but that's not true. Without programming language knowledge you can never become an excellent automation tester.

  • @mindit4074
    @mindit4074 11 месяцев назад +1

    Bro na RUclips channel lo monetization kosam apply chesa pan card lo error vachi AdSense agipoindi daniki 3 times chance vuntadanta kada already 2 times waste chesa last time lo total ga owner handle marchalante em cheyali bro

    • @HYRTutorialsTelugu
      @HYRTutorialsTelugu  11 месяцев назад

      No idea buddy. you can reach to the youtube team for the help.

  • @althafkutagulla8993
    @althafkutagulla8993 9 месяцев назад +1

    Hi Anna , Collection framework notes link yekkada mention chesav?

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

    Hi sir... Why I'm getting error while adding private method in functional interface? I couldn't find it... And thank you for the classes✨

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

    Bro...testng page object model eppudu chestaruu bro..

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

      TestNG is already covered in English buddy. So ippatlo no plan

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

      @@HYRTutorialsTelugu ledu bro page object model chesta ani chepparu last video lo kuda nen adigina comment ki

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

      @@MeRajiCrazy yeah buddy but Inka java course ipoledu.

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

      @@HYRTutorialsTelugu ok bro

  • @HarishKumar-gv4zx
    @HarishKumar-gv4zx 11 месяцев назад +1

    Recession medha update evu anna like appudu end avuthundi ani
    And Naku already job vachindi anna 2022 lone kani onboarding evaledhu inka e Dec lopu estharu antava bro
    I know my questions are not related to the video but ninnu adagali anipinchindi anduke aduguthunna anna

    • @HYRTutorialsTelugu
      @HYRTutorialsTelugu  11 месяцев назад

      First of all, recession epdu end avthundi anedi naaku ithe teliadu buddy. Konni channels lo edo views kosam apudu end avvuddi ipdu end avvuddi ani cheptharu but recession depends on the economy and inflation. Due to the ongoing war the inflation is increased and economy is destabilized. So pedda pedda financial analysist la daggare ee question ki answer ledu. Just wait and watch anthe.
      Secondly, joining antha late chesaru ante job risk lo unnatte buddy. I shouldn't discourage you but you are at risk. Better improve skills and try for any other jobs meanwhile. If they give the joining then it's absolutely great but even if they don't give you should be in a position o get another job

    • @HarishKumar-gv4zx
      @HarishKumar-gv4zx 11 месяцев назад +1

      @@HYRTutorialsTelugu thanks Bro ❤️

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

    Bro pls explain upcasting and downcasting in Java it is most confusing

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

    Broo how many videos left to complete this tutorial???

    • @HYRTutorialsTelugu
      @HYRTutorialsTelugu  11 месяцев назад

      This series has no end buddy. as per students request i will keep on adding the videos

  • @vinodkumargadi7434
    @vinodkumargadi7434 11 месяцев назад +1

    Anna patterns episode cheyu

  • @mahimaraju8989
    @mahimaraju8989 11 месяцев назад +1

    Sir can you provide the java notes

    • @HYRTutorialsTelugu
      @HYRTutorialsTelugu  11 месяцев назад

      Java meeda full ga notes prepare cheyyaledu buddy, only for collections framework the notes is prepared. and it can be downloaded from www.buymeacoffee.com/yadagirireddy

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

    👍

  • @satishkumarshaiku4244
    @satishkumarshaiku4244 11 месяцев назад +1

    Anna Java 8 features complete series cheyyandi