Java 8 new features || Java 8 Interview Questions and Answers ( Live Demo with Examples )

Поділитися
Вставка
  • Опубліковано 30 гру 2020
  • In this video, you'll learn about Java 8 new features and Java 8 Interview questions and answers and explanations with live demo and working examples
    Udemy Course of Code Decode on Microservice k8s AWS CICD link:
    openinapp.co/udemycourse
    Course Description Video :
    yt.openinapp.co/dmjvd
    Java 8 Interview Questions Complete Playlist :
    • Java 8 Interview Quest...
    There are lots of new features which were added in Java 8. Here is the list of important features which are mostly asked as java 8 interview questions:
    Lambda Expression
    Stream API
    Default methods in the interface
    Functional Interface
    Optional
    Method references
    Date API
    Nashorn, JavaScript Engine
    Main advantages of using Java 8?
    More compact code
    Less boilerplate code
    More readable and reusable code
    More testable code
    Parallel operations
    Interview question on java 8 Lambda expressions is a very commonly asked question :
    Lambda expression is an anonymous function ( without name, return type and access modifier and having one lambda symbol )
    Functional interfaces are those interfaces which can have only one abstract method .
    It can have static method, default methods.
    There are many functional interfaces already present in java such as eg : Comparable, Runnable
    How lambda expression and functional interfaces are related?
    Lambda expressions can only be applied to abstract method of functional interface.
    As we know Functional interface is an interface with Exactly One Single Abstract method and can have multiple Static or default methods.
    To create our own Functional interface, You can do following steps:
    Create An interface
    Annotate that with @FunctionalInterface.
    Define exactly one Abstract method.
    There is no restriction on number of static and default methods defined in such and interface.
    Java can implicitly identify functional interface but still you can also annotate it with @FunctionalInterface . It just give you the security that in case if u by mistake add 2 abstract methods then Compiler will throw compile time error.
    Method Reference :
    EG : MethodReferenceDemo and FunctionalInterfaceDemo
    Method reference is replacement of lambda expressions. It is used to refer method of Functional interface to an existing method. Mainly it is used for code reusability.
    Functional Interface’s Abstract method can be mapped to specific existing method using double colon operator (::) . This is Method reference.
    Hence Method reference is an alternative to Lambda expressions.
    Whenever we have existing Implementation of Abstract method of our Functional interface then we can go for method reference. If no such method like testImplementation() is available then go for lambda expressions.
    -------------------------------------------------------------------------------------------------------------------------------------
    Code Decode Playlists
    Most Asked Core Java Interview Questions and Answers : • Core Java frequently a...
    Advance Java Interview Questions and Answers : • Advance Java Interview...
    Java 8 Interview Questions and Answers : • Java 8 Interview Quest...
    Hibernate Interview Questions and Answers : • Hibernate Interview Qu...
    Spring Boot Interview Questions and Answers : • Advance Java Interview...
    Angular Playlist : • Angular Course Introdu...
    GIT : • GIT
    -------------------------------------------------------------------------------------------------------------------------------------
    Subscriber and Follow Code Decode
    Subscriber Code Decode : ua-cam.com/users/CodeDecode?...
    Linkedin : / codedecodeyoutube
    Instagram : / codedecode25
    --------------------------------------------------------------------------------------------------------------------------------------
    #JAVA8 #JAVA8InterviewQuestions #JAVAInterviewQuestions #codedecode

КОМЕНТАРІ • 544

  • @navy4315
    @navy4315 Рік тому +38

    Top Notch Videos...Showing Implementation along with the presentation is the best thing I like about your videos.

    • @CodeDecode
      @CodeDecode  Рік тому +6

      Yeah it's important to understand how to implement too 😊

  • @neelabhrai231
    @neelabhrai231 2 роки тому +8

    you guys helped me a lot in my interviews . Never ever stop this . Its gold

  • @ishantsharmaa
    @ishantsharmaa 3 роки тому +4

    Hi Mam
    I have cracked interview with respected service company and your videos are really helped me lot.
    Thanks you so much.

    • @CodeDecode
      @CodeDecode  3 роки тому +1

      Many congratulations Karthik. 🎊🎊🎊🎊 keep learning keep growing 👏👏👏👏

  • @sunnyjain630
    @sunnyjain630 2 роки тому +4

    Thanks 😊
    Probably the best video on Java 8 new features.
    Perfectly explained each and everything with excellent communication skills 👏.
    YOU ARE A GEM TRAINER 💎

  • @anusathiya8887
    @anusathiya8887 2 роки тому +3

    Thank you so much for your video contributions…. I’m the one who commented earlier that I’m watching your video like Illayraja music… now I’m happy to share that I cracked and have offers with 2 companies…. Graduated as computer engineer recently… but cracking interviews are something beyond what we learn…. Thank you thank you thank you so much 🙏🏻🙏🏻🙏🏻

    • @CodeDecode
      @CodeDecode  2 роки тому +1

      Many congratulations Anu 🎊🎊🎊🎊you deserve it all. Good job 🙂🙂🎊🎊🎊

  • @rohitsharma-xt8qe
    @rohitsharma-xt8qe 2 роки тому +8

    Form 18:14 to 18:39. the moment when I can't resist hitting the like button :) nicely explained Method reference.

  • @sreeharir1029
    @sreeharir1029 2 роки тому +1

    This video is very helpful to brush-up the Java 8 features. Kudos to the instructor and team, very simple and good presenation.

  • @venkatesha6378
    @venkatesha6378 Рік тому +11

    I want to see the picture of a great lady who explains these videos very clearly. give big applause

    • @CodeDecode
      @CodeDecode  Рік тому +2

      Thanks Venkatesh. We are same people like you Man. Just with some little IT experience. Will be Glad to connect with you any time 👍.

    • @venkatesha6378
      @venkatesha6378 Рік тому +2

      @@CodeDecode thanks

    • @CodeDecode
      @CodeDecode  Рік тому +1

      😊😊

  • @kiranmaiganadi4296
    @kiranmaiganadi4296 3 роки тому +1

    Thank you so much for explaining the difference between Lambda & method reference clearly, i was waiting for this type of explanation for so long. thank you :)

    • @CodeDecode
      @CodeDecode  3 роки тому

      We are glad that it helps 👍👍 thanks for writing back to us Kiranmai 🙏🙏

  • @samsonrj5628
    @samsonrj5628 Рік тому +4

    Thanks for sharing the knowledge with millions around the globe. I am really impressed with your way of teaching and knowledge on the subject. Detailed explanations and straight to the point, and with practical examples/implementations. I have watched all the videos in this playlist and learned so many new concepts.

    • @CodeDecode
      @CodeDecode  Рік тому

      Thanks a lot Man🙏🙏Means a lot to us 🙂

  • @palanesami
    @palanesami 2 роки тому +1

    Thank you so much for giving these concepts easily in hand. Finally today I understood method reference which was never clear before .

    • @CodeDecode
      @CodeDecode  2 роки тому

      Glad to hear that 🙂🙂👍👍

  • @shubhamkumar-gw4vb
    @shubhamkumar-gw4vb 3 роки тому +4

    Ma'm i would really like to thank you from the bottom of my heart .This is increasingly helping me in gaining my confidence for the interview. Please keep uploading .

    • @CodeDecode
      @CodeDecode  3 роки тому

      Sure Shubham. 👍👍 Thanks for the motivation. These comments helps us in keep posting more videos 👍 thanks 🙏

  • @suryakalyan5286
    @suryakalyan5286 2 роки тому +5

    I would like to thank for the amazing work of yours and it would be so helpful if you have added a video only on the java 8 features involving the implementation for predicate biconsumer and all other with detailed explanation.
    Thanks....!!!

    • @CodeDecode
      @CodeDecode  2 роки тому

      Sure kalyan we will add java 8 coding videos soon....

  • @ashwinisarode9644
    @ashwinisarode9644 2 роки тому +2

    Extremely helpful and one of the most important channels on youtube 👍🏼👍🏼👍🏼👍🏼

    • @CodeDecode
      @CodeDecode  2 роки тому

      Thanks Ashwini for the nice words...

  • @pradeepkumar-zp1mv
    @pradeepkumar-zp1mv 2 роки тому +1

    No words...Covered much with clear explanation in less time

  • @paulacobzaru
    @paulacobzaru 3 роки тому +3

    A very good tutorial about Lamda expressions!!! I couldn't understand them till this video! Please provide a special video for the functional interfaces!! Thanks! Good luck! :)

  • @shubhisharma3790
    @shubhisharma3790 3 роки тому +1

    Hi , just started following your videos, want to complement you, your way of explanation is very crisp and clear which helps in understanding very quickly.

    • @CodeDecode
      @CodeDecode  3 роки тому

      Thanks Shubhi. This means a lot to us 🙏👍🙂🙂

  • @amrutadeo3928
    @amrutadeo3928 3 роки тому +2

    You are extremely good. These videos are helping us to understand basic concepts. A big thank you to you and your team. Request you to make videos on multithreading, microservices, sql querries interview questions.

    • @CodeDecode
      @CodeDecode  3 роки тому +1

      Sure next video will be on few of your topics 👍

  • @dhirajchand3659
    @dhirajchand3659 3 роки тому +1

    Without Bioconsumer functional interface this will not print the values of a and b? Means we have to use everytime when we are dealing with lambda functions

  • @RuhulAmin-hu9qy
    @RuhulAmin-hu9qy 3 роки тому +2

    Thank you so much...
    This is really helpfull for interview.
    Egarly waiting for the second part...

  • @akshkaur8001
    @akshkaur8001 3 роки тому +2

    You are an amazing tutor... Thanks for the clear explanation 🤗

  • @rohitsharma-xt8qe
    @rohitsharma-xt8qe 2 роки тому

    Hello, what is the use of the introduction of default and static methods in functional interface in java 8? Can you explain it with an example?

  • @deepikaganesh8434
    @deepikaganesh8434 Рік тому +1

    Thankyou so much for taking time and explaining in such detail. Anyone can learn programming if teachers like you are here :)

    • @CodeDecode
      @CodeDecode  Рік тому

      Thanks a lot for your kind words Deepika ❤️❤️ means a lot🙂🙂

  • @rajkhare5949
    @rajkhare5949 3 роки тому +1

    wow....very good explanation with practical examples for Most Frequently asked Java 8 interview topics...Thanks for creating such a innovative video...its really helpful!!!

    • @CodeDecode
      @CodeDecode  3 роки тому

      Thanks for writing back to us Raj 👍

  • @RAJESHKUMAR-lz4re
    @RAJESHKUMAR-lz4re 2 роки тому +3

    I must say you have excellent teaching skills and you are awesome teacher, Thank you so much for making such helpful video🙏

  • @darshanshaha7507
    @darshanshaha7507 2 роки тому +1

    very nicely explained with demo...clearly understood without referring any other links

  • @sanjeevkumarsah4047
    @sanjeevkumarsah4047 2 роки тому +1

    The videos are vey interesting to watch. Explanation is outstanding. Thanks a lot, I am sure it's helping many viewers like me. God bless you and your family 🙏.

    • @CodeDecode
      @CodeDecode  2 роки тому

      Thanks Sanjeev. We Wish the same for you and your family too. Keep learning keep Shining Man ⭐✨

  • @sawankumarl
    @sawankumarl 3 роки тому +1

    Thank you mam for simplifying concept with wonderful explanation....

    • @CodeDecode
      @CodeDecode  3 роки тому

      Thanks for the nice words 👍

  • @lokeshchandra7679
    @lokeshchandra7679 3 роки тому +10

    Thank You so Much for making this video's mam... Really usefull

    • @CodeDecode
      @CodeDecode  3 роки тому +1

      Thanks for the nice words

  • @sarangtarambale3677
    @sarangtarambale3677 3 роки тому +1

    Big fan of this channel.. Excellent videos in simple language!! Thanks

    • @CodeDecode
      @CodeDecode  3 роки тому

      Thanks for the nice words ......

  • @ishantsharmaa
    @ishantsharmaa 3 роки тому

    Really impressive and able to understand clearly. Thanks lot for making this video.

    • @CodeDecode
      @CodeDecode  3 роки тому

      You are welcome Karthik....

  • @jain_sahil
    @jain_sahil 3 роки тому +3

    Recently had an interview...
    And you know most of your videos covers the question he asked me..

    • @CodeDecode
      @CodeDecode  3 роки тому +1

      Thanks Sahil. 👍. All the best for your interviews . We hope you land at your dream job really soon 👍👍

  • @shauryabavishi3874
    @shauryabavishi3874 3 роки тому +1

    The video is super helpful! Can you please provide slides, for reference? Thanks.

  • @shilpabhosale4024
    @shilpabhosale4024 9 місяців тому +1

    Nice explanation.....even if we dont have any idea of that concept but while watching your video we got the all knowledge and we can explain more in interview as well .....thanks for this kind of work

  • @mahendramungamuru9500
    @mahendramungamuru9500 2 роки тому +1

    Omg I have watched 20m video feels like 2m very interesting superb expalination thank you very much for creating such quality content 😃

  • @ruduchabagamer5982
    @ruduchabagamer5982 2 роки тому

    Hi you are done amazing job ,it helps alot ,can you please make videos on radish queue,Kafka,JWT,Elastic search and executor framework

  • @VenkannaGodishala
    @VenkannaGodishala 2 місяці тому +1

    Hi Team...You guys are explaining every topic very well and I cleared the interviews in reputed company, This videos are helped me alot, Thank you so much!!

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

      Many many congratulations on clearing your interviews 🎉🎉 keep learning keep shining, 🌟🌟

  • @bhagyalaxmipatsariya3408
    @bhagyalaxmipatsariya3408 Рік тому

    Hi, Please make a video of Java 8 tutorials for basics.. Thank you in advance
    You are doing great work ,, these videos helped me a lot to understand the basics.

  • @koppulanaveenraddy4822
    @koppulanaveenraddy4822 3 роки тому +2

    Wonderful videos which explains practically. Please make more videos on Java 8 followed by spring boot.

  • @singla__sisters2928
    @singla__sisters2928 3 роки тому +1

    Thank you so much for such a nice video, will be waiting for the upcoming video✌️✌️

  • @belaidbouaoualten3899
    @belaidbouaoualten3899 2 роки тому +1

    what a nice tutorial I like it
    really like the way of combining the concept and the coding
    thank you so much for your time and effort.

    • @CodeDecode
      @CodeDecode  2 роки тому

      Thanks belaid for the nice words

  • @akashhivre6566
    @akashhivre6566 24 дні тому

    Extremely helpful and one of the most important channels on youtube. can we get this ppt or any pdf for all combined questions?

  • @nagalakshmikesavan9198
    @nagalakshmikesavan9198 3 роки тому +1

    Hi,
    Your all videos Are clearly explained!! Thank you soo much for your effort!! Please make a video on serialization and deserialization !!

    • @CodeDecode
      @CodeDecode  3 роки тому

      Sure 👍👍it's a very nice topic. We will soon make the video on that

  • @bhinubhinusha9720
    @bhinubhinusha9720 2 роки тому

    Do we have static method inside interface pre Java 8 ?

  • @umadevi11112
    @umadevi11112 3 роки тому +1

    Thanks alot, you really helped us to revise things quickly

  • @empowercode
    @empowercode 3 роки тому +6

    Hey! I just found your channel and subscribed, love what you're doing! Particularly, I like how clear and detailed your explanations are as well as the depth of knowledge you have surrounding the topic! Since I run a tech education channel as well, I love to see fellow Content Creators sharing, educating, and inspiring a large global audience. I wish you the best of luck on your UA-cam Journey, can't wait to see you succeed!
    Your content really stands out and you've obviously put in so much thought into your videos! I applaud you for that and really wish you the best for the future!
    Cheers, happy holidays, and keep up the great work :)

    • @CodeDecode
      @CodeDecode  3 роки тому

      All the best to you too 👍. Glad to hear from you. Thanks for the nice words.
      Happy weekend and Happy Holidays 👍

    • @empowercode
      @empowercode 3 роки тому

      @@CodeDecode Thanks, you too!

  • @manojyadavofficial8535
    @manojyadavofficial8535 3 роки тому +1

    Nice content and wonderful presentation.. Thank you so much.
    Happy New Year In Adavance

    • @CodeDecode
      @CodeDecode  3 роки тому

      Thank you. And Happy New Year to you too 🎊

  • @kiranbele7219
    @kiranbele7219 3 роки тому +1

    Please create second part for remaining points..as this video contents are super useful thank you :)

    • @CodeDecode
      @CodeDecode  3 роки тому

      Thanks. Sure will upload soon

  • @abulaishansari93
    @abulaishansari93 Рік тому +1

    That's great . It is a unique teaching style form others. I got so many concept which is really I don't no . Please mam upload new video which is really helpful for us. Thank u so much mam . God always gives u happy .

  • @sanchitshrivastava3402
    @sanchitshrivastava3402 3 роки тому +1

    Hello Mam, The video is great.. i just have one doubt.. you have used compareTo() method with Comparator. Is that correct? because as per my knowledge, compareTo() is comparable's method.

  • @Indianuser77
    @Indianuser77 3 роки тому +1

    Thank you mam.You explained it very well and many doubts are cleared.

    • @CodeDecode
      @CodeDecode  3 роки тому

      M glad it did. 🙂. Thanks for writing back to us.

  • @seversireci5954
    @seversireci5954 Рік тому

    hello, your videos are amazing. I also advise your videos to my friends.do you prepare someone specifically for an interview? or do you know anyone who provides this service? looking for a tutor about it just for interview?

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

    Well explained and you have put great efforts. Thanks

  • @CHITUS
    @CHITUS 2 роки тому +2

    You are an amazing tutor... Thanks for the clear explanation

  • @Ravikumar-gj6qw
    @Ravikumar-gj6qw 2 роки тому

    if creating Lambdademo obj then we can call this methods from outside class for passing values multiple what about Bifunction lambda we cann't reuse rite

  • @parthdalvi5855
    @parthdalvi5855 2 роки тому +1

    Very clear and simple explanation ... thanks a ton for such amazing tutorials..

    • @CodeDecode
      @CodeDecode  2 роки тому +1

      Thanks Parth 🙂🙂👍👍

  • @TheFuerzaDON
    @TheFuerzaDON 2 роки тому

    wich vide do you have the optional explanation?

  • @sowmyabhethalam4337
    @sowmyabhethalam4337 3 роки тому

    Hi Firstly Thanks for the video. I have a doubt.
    Class Test is not implementing FunctionalInterfaceDemo then how come class Test providing implementation using method reference to FunctionalInterfaceDemo single abstract method?

  • @codewalla
    @codewalla 2 роки тому +1

    Hi,
    Thank you very much for providing these types of videos.

  • @vaibhavnagrale8550
    @vaibhavnagrale8550 2 роки тому

    Ma'am I have a doubt you told that functional interface was introduced in java 8 so when marker interface was introduced? And what is need of both in java?

  • @saurabhkailashchandrapuran8609
    @saurabhkailashchandrapuran8609 3 роки тому +1

    Thanks a lot madam for this video ..pls make videos on end to end ..i want to learn more from you 🙏

    • @CodeDecode
      @CodeDecode  3 роки тому +1

      Sure I will complete this series soon. 👍

  • @deepard24
    @deepard24 3 роки тому +1

    Thanks for such a details explanation. Video is very helpful

  • @ram-ky9ur
    @ram-ky9ur Рік тому +1

    Appreciate the quality content and the effort you put in, I suggested to my colleagues as well. Organizing into playlist would help users and also the channel gain more users for sure.

    • @CodeDecode
      @CodeDecode  Рік тому

      Agreed Ram. It needs sorting. Thanks for pointing it out

  • @thangeswaranthanges2817
    @thangeswaranthanges2817 2 роки тому +1

    Wonderful Explanation. Keep rocking. Crystal clear.

  • @manshadmanchu482
    @manshadmanchu482 2 роки тому +1

    I should have watch this video a day before... I have lost tcs interview today because of this Java 8😔.......thank you for creating this wonderful video explaining all the features of Java 8.

    • @CodeDecode
      @CodeDecode  2 роки тому +1

      It's never late Manshad. Keep learning n m sure u will crack your dream company. Don't be disheartened. Some thing good, something big must be preserved for u. All the very best 👍👍🙂🙂

  • @ayushraj935
    @ayushraj935 3 роки тому +1

    Thanks a lot, Ma'am for sharing your knowledge. It would be great if you create the cover entire JAVA8 concept.

    • @CodeDecode
      @CodeDecode  3 роки тому

      Hi, Most of the videos are already created
      Please refer to below link :
      ua-cam.com/play/PLyHJZXNdCXsdeusn4OM33415DCMQ6sUKy.html

  • @manimuttu1
    @manimuttu1 3 роки тому

    Good examples with Nice explaination!!
    Please share the above ppt also. so that we can refer all the questions at a time.
    please keep this videos in a playlist - else we will loose some topics.

    • @CodeDecode
      @CodeDecode  3 роки тому

      Playlist has already been created please refer below link :
      ua-cam.com/video/oUdENE7ljjw/v-deo.html

  • @PavanKumar-yj8fu
    @PavanKumar-yj8fu 2 роки тому +1

    Very good lecture learnt a lot. Thank you very much!!

  • @KanikaChaudhary-vc1cu
    @KanikaChaudhary-vc1cu 3 місяці тому +1

    very nice ..feeling so grateful watching ur vdos, thanq so much

  • @user-jv7sg2rd9i
    @user-jv7sg2rd9i Рік тому

    your video is such a helpful and amazing 😍 and a very clear. can u create a end to end tutorial on java 8 topics. It will help us to gain more knowledge. Very great thanx to u.

  • @gowthamisasanapuri9980
    @gowthamisasanapuri9980 3 роки тому +1

    Hi, thanks for very clear explanation, it is useful even for beginners....

  • @mouryas4671
    @mouryas4671 3 роки тому +1

    your content is really helpful. please make sure to arrange the videos in sequential order.

  • @SosetaFurioasaJr
    @SosetaFurioasaJr 2 роки тому +1

    Very nice explanation, thank you very much.

  • @Yash-us5ry
    @Yash-us5ry 2 роки тому +1

    Thanks for your detailed explanation. I am requesting you to make complete Java8 features with real time scenarios.

    • @CodeDecode
      @CodeDecode  2 роки тому

      Here you go Yash
      ua-cam.com/play/PLyHJZXNdCXsdeusn4OM33415DCMQ6sUKy.html

  • @sherlin3862
    @sherlin3862 2 роки тому +2

    You are great! you teach very well😌🙏🏻 thank you from all of us

    • @CodeDecode
      @CodeDecode  2 роки тому

      Thanks a lot Sherlin 🙂👍

  • @gnsc
    @gnsc 2 роки тому +1

    you are morveles.thank you so much for valuable information.

  • @tallurivamsi6413
    @tallurivamsi6413 6 місяців тому +1

    Awesome explanation and demo.Really you made it looks simple.....keep teaching and inspiring us.....

  • @deepavellaichamy-positivev6724
    @deepavellaichamy-positivev6724 3 роки тому +1

    Very useful. Thank you very much🙏

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

    getting error as Test is already defined. I have imported java.util.stream; Anything wrong?

  • @mahendranr8934
    @mahendranr8934 2 роки тому

    Very nice explaination

  • @shivamshah431
    @shivamshah431 2 роки тому +1

    Very well explained. Please make a video for Java 8 features, it will be helpful for many of us. Thanks a lot.

    • @CodeDecode
      @CodeDecode  2 роки тому

      ua-cam.com/play/PLyHJZXNdCXsdeusn4OM33415DCMQ6sUKy.html

  • @politikusmihaly8716
    @politikusmihaly8716 3 роки тому +1

    Very good and undertandable video. I like that you are very detailed.

  • @sumitpandey7973
    @sumitpandey7973 Рік тому

    Please share your link for spring boot second video ..can u please create which contains more detail under spring boot questions and answers

  • @shankarpatilsp
    @shankarpatilsp 3 роки тому +1

    Thank you so much ma'am..its really helpful!!

  • @retheeshrr3368
    @retheeshrr3368 2 роки тому +1

    Simply awesome tutorial. Nice demo 👍

  • @bushrashekani
    @bushrashekani 3 роки тому +1

    Mashallah Great !! Please continue this
    May god bless you

    • @CodeDecode
      @CodeDecode  3 роки тому

      Thanks Bushra. 🙂
      ua-cam.com/play/PLyHJZXNdCXsdeusn4OM33415DCMQ6sUKy.html

  • @almask.m.2355
    @almask.m.2355 3 роки тому +1

    Thank u so much mam .....u r really doing the great job ....👍👍

    • @CodeDecode
      @CodeDecode  3 роки тому

      Thanks for the nice words 👍

  • @jagdishkate5880
    @jagdishkate5880 3 роки тому +1

    Thank you ma'am for such beautiful videos

  • @shotx333
    @shotx333 2 роки тому +1

    Very helpful, Thanks

  • @damanraaj3496
    @damanraaj3496 Рік тому

    We can make the add method static. Then object is not needed. Or use dependency injection. Ofc lambda is still shorter

  • @nivedaravi2241
    @nivedaravi2241 3 роки тому +1

    Thanks for the videos. please upload 2nd part

    • @CodeDecode
      @CodeDecode  3 роки тому +1

      Sure will upload soon 👍

  • @TheExplorer.Stories
    @TheExplorer.Stories Рік тому +1

    Wooh great , amazing , fabulous , well explained 🥳 Thank you 😌

  • @surajdeshmukh2351
    @surajdeshmukh2351 3 роки тому

    It's Eureka moment. It's eye opener tutorial. Great great🔥🔥🔥🔥👍👍👍👍👍👍👍👍👍👍🙏🙏🙏🙏🙏🙏

    • @CodeDecode
      @CodeDecode  3 роки тому

      Thanks Suraj 👍👍🙂🙂

  • @priyagade971
    @priyagade971 3 роки тому +1

    thank you mam...create whole series on this topic

  • @mks5988
    @mks5988 3 роки тому +1

    Awesome explanation really simple and precise explanation .

  • @yoshitamahajan353
    @yoshitamahajan353 3 роки тому +2

    Hi what is meaning functional programming in java?

  • @priyankpatel6644
    @priyankpatel6644 Рік тому

    Not able to do method refrencing its showing Syntax error, insert "IdentifierOrNew" to complete ReferenceExpression
    Syntax error, insert ";" to complete BlockStatements

  • @asimpathan2086
    @asimpathan2086 Рік тому +1

    This is super helpful..Thank You

  • @user-nu3ql6vu2g
    @user-nu3ql6vu2g 10 місяців тому +1

    Hi,
    You will explain very convenient way to understand the topics
    can you please give us your time to understand the java 17 features, pls create a video for JAVA 17 Features Tutorial
    Waiting...

  • @siddharthshinde9630
    @siddharthshinde9630 3 роки тому +1

    Thanks a lot hats of for your time and effort.
    Please make a video on use of Optional and parallel streaming in detail.Big thanks again really counting on your videos.

    • @CodeDecode
      @CodeDecode  3 роки тому

      Sure Siddharth, we will create video on that soon 👍👍