Java 8 New Features Interview Questions And Answers( Live Demo) Part 2 | Code Decode

แชร์
ฝัง
  • เผยแพร่เมื่อ 22 ก.ค. 2024
  • In this video of Code Decode we have covered Java 8 New Features Interview Questions And Answers( Live Demo) Part 2
    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...
    This video covers java 8 new features. Interview Questions Based on tricky concepts of those new java 8 features and Java 8 Interview Questions and Answers.
    Few questions we covered like:
    What are defaults methods?
    Default method is a way for adding new methods to the interface without affecting the implementing classes. Hence with this new feature Java people defended many compile time errors that may arise due to unimplemented methods of interface.
    The use of these default methods is “Backward Compatibility” which means if JDK modifies any Interface (without default method) then the classes which implement this Interface will break.
    On the other hand, if you add the default method in an Interface then you will be able to provide the default implementation. This won’t affect the implementing classes.
    Q) Is it necessary to override default methods of interface in java 8?
    Default methods have dummy implementations.
    Implementing classes if ok with dummy implementation then use dummy implementation of default methods
    If not satisfied then they can override and provide their own implementation.
    Q) Is the default keyword one of the access modifiers?
    Default is not the access modifier like public or protected or public
    Q) How to override default methods?
    You can override the default method by keeping the same method signature (name + arguments)
    Removing default keywords because in class default keyword is used in switch case to denote default case if no previous cases matched. So you cant use the Default keyword in Class
    Adding Public as access modifier as in java 8, by default all methods are public so in child, u cant reduce the visibility of overridden default method.
    Giving our own implementation.
    Q) Why Static methods were introduced in JAVA8
    Only reason for introducing static methods in the interface is that you can call those methods with just interface name. No Need to create a class and then its object.
    Since Interface can never contain :
    Constructors,
    Static blocks,
    Nothings are costly in terms of memory and performance.
    Hence we don’t need to create an object and hence if you have everything static, then for interface rather than class
    ( You have this flexibility only after java 8, before that you need to create a class)
    Q) Are Static Methods available to implementing classes by default?
    Static methods are not available for implementing classes.
    They are not default methods. They are static.
    Hence you can call these methods using the Interface name explicitly from the implementing classes as implementing classes won't have access to these methods directly. (This is the disadvantage of static methods of interface that its not available to implementing classes.)
    Java 8 New Features Predicate, Function, Consumer, Supplier, Streams, Parallel Stream's and many more topics.
    -------------------------------------------------------------------------------------------------------------------------------------
    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 : th-cam.com/users/CodeDecode?...
    Linkedin : / codedecodeyoutube
    Instagram : / codedecode25
    --------------------------------------------------------------------------------------------------------------------------------------
    #JAVA8 #JAVA8InterviewQuestions #JAVAInterviewQuestions #codedecode

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

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

    This is gold!! Brilliant video👌👌

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

      Thanks 🙂👍

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

    it's amazing to watch these short video and refresh all concept before the interview, please create the next part of it.

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

      Sure will upload soon 👍

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

    Hi team CodeDecode. Just wanted to let you know your videos are absolute GOLD! I used to just watch your videos and practice the concepts explained. Within no time i was so confident that I cracked interviews of multiple companies in 1 go. Extremely useful , well explained, crisp, informative and very well put together videos! Keep up the good work. God bless! THANKYOU AGAIN!

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

      Means a lot to us Priyanka. More power to you❤ well deserved many congratulations on cracking interviews👏👏

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

    Huge effort is needed to create these kind of videos. Kudos to the instructor!! Keep going !!

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

      Thanks shivashankar

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

    Thank you so much for concepts and demo. This is an excellent combination. Keep going!

    • @CodeDecode
      @CodeDecode  3 ปีที่แล้ว

      Thanks for the nice words 👍

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

    She is really very straight to the point with good content and practice examples. No waste of time. Point sticks in the brain.

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

      Thanks a lot Smily 🙂👍

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

    It will be helpful for us if u make a seperate video on concepts and interview questions. The way you explain is awesome. Can't thank you enough for your efforts.

    • @CodeDecode
      @CodeDecode  3 ปีที่แล้ว

      Thanks for the nice words 👍

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

    I have attended interview only by going through your videos and I cracked it! Thank you for making all these videos and putting so much efforts!

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

      Congratulations🎉🎉🎉🎉🎉 Mary. Well deserved 👍👍🎊🎊. Keep learning keep shining ⭐✨⭐✨⭐✨⭐✨

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

      Wow congrats 👏..
      I am also following..May I know which company that was plz??

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

    Thank you so much for this wonderful explanation. Your videos are really helpful, some way your videos are really having a good impact on those who want a clear explanation. Hats of to you ma'am

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

      Thanks Srinivas 🙂.

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

    Till now I didn't understand use of default method in the interface but with your explanation i got the reason for it. Thank you so much for it.

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

      We are glad 🙂🙂👍👍. Thanks for the nice words. It motivates us to put more efforts on videos🙃

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

    Thank you mam for these videos. I am a java resource but new to Java 8. Wanted to have an idea of Java 8 before attending interviews. this video helped a lot.

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

      All the very best for your interview Saurav. You will surely do good in your interview 🎊🎊👍👍

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

    Its helping me a lot and your explanation is very clear. Thank you!

    • @CodeDecode
      @CodeDecode  3 ปีที่แล้ว

      🙂🙂👍👍thanks Arunkumar

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

    Very helpful video's.. covering basics and also getting prepared for interviews

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

    Thank you so much for making and sharing these valuable videos for us in youtube. We really appreciate your great efforts. Please keep up your great job. Thanks a lot!

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

    Really impressed and addicted to your teaching style,the best part is you are showing the concepts through demo.....Commendable job and you are truly educating all of us with your teaching skills.....thank you so much for your dedication and hardwork

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

    Great explanation what people need

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

    I have watch this WOMAN, many times over and over and she is the GREATEST. #1 SUCCINCT #2 CLEAR #3 EXAMPLES ---- I can go on and on. I only have one question, EVERYONE ELSE HAS ASKED!!! many times in her other videos. Who is this BRILLIANT WOMAN???

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

      Thanks a lot 🙂🙂. We are team of some people collectively known as code decode. That's about us. We would like to know about you too.👍👍

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

    I just subscribed to your channel and looking forward to more interview questions on java 8.

  • @AjitDas-hf9lu
    @AjitDas-hf9lu ปีที่แล้ว +1

    Thank You So Much after following your vedio i have covered every single points keep doing this please

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

      You're welcome Ajit

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

    Watching video is worth it. Thanks 👍. Keep up good work.

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

    Thank You for these tutorials, they are helping a lot...

    • @CodeDecode
      @CodeDecode  3 ปีที่แล้ว

      Thank you ......

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

    Good content.. i just read the tutorial from internet but this video really helped to understand the concepts in depth.

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

      Thanks Sreerekha 👍🙂

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

    Never came across such clear and sharp explaination of concepts! Keep it up !

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

    To the point explanation.
    Best brushup tutorial

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

    Your explanations are great!! please make a video for other new Functional Interfaces too

    • @CodeDecode
      @CodeDecode  3 ปีที่แล้ว

      They are almost ready will upload that soon 👍

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

    Brilliant video. thanks.

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

    so helpful, thanks!

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

    Awesome explanation.
    Appreciate your efforts!

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

    One word for all the videos ....... "kamal teacher" MashaAllah

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

    wonderful video to understand java8 easily . thanks a lot :)

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

      Thanks for the nice words

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

    Please cover the concept then interview questions. ... The way you explain is awesome thank you 🙂

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

      th-cam.com/play/PLyHJZXNdCXsdeusn4OM33415DCMQ6sUKy.html

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

    Wonderful content and very good presentation.. Thanks

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

    Very well explained. Your videos are really really helpful

  • @DineshSingh-jt9no
    @DineshSingh-jt9no 3 ปีที่แล้ว +1

    Superb article for Java 8 new features

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

    thank you for creating these videos 👏

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

      Thanks Aakash 🙂👍

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

    to the point videos.....can you please make some videos on marker interface

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

    Very well explained. Your videos are really really helpful. Request to please also make a video on Junit and Mockito as well.

    • @CodeDecode
      @CodeDecode  3 ปีที่แล้ว

      Sure Sulav 👍👍we will do that 👍👍

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

    Anyone can learn even tough topics with your teaching 🥰

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

      Thanks Archana🙂🙂

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

    Please create interview questions for Streams, Predicate etc.
    Thanks for such great content 🙏

    • @CodeDecode
      @CodeDecode  3 ปีที่แล้ว

      Sure 👍. You can expect the next video tomorrow.

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

    Hey I am following all your videos ..... good to refresh my memory. Can you do more videos on micro services, Gcp, and please provide some real time examples and lifecycle.....also some content on how applications gets deployed/runs in cloud and on prem in real time will be help full to us

    • @CodeDecode
      @CodeDecode  3 ปีที่แล้ว

      Sure will create on them too.

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

    Please create video for interview questions on Streams, as many interviewers interested in Stream API.

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

    you are doing great work mam. all the videos of interview related is good to recall or newly to understand with your practical teaching style.but can you just like sort your interview playlist according to an order base like core,advance, framework,database so that it will be more convenient to acces such great content.

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

      Yeah we really need good playlist sorting Man. Nice catch. Sure we will 👍😊😊

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

    Great explanation thank you mam🙏🏻

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

      Thanks

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

    Hi Madam,
    Thank you for detailed explanation.
    One doubt is if we define static methods in class, we don't need create objects to call it. So creating them in interface how it will improve performance? And I like to use Utility methods from anywhere in project but in this scenario we need to implement interfaces to access them.

  • @afrida6672
    @afrida6672 7 หลายเดือนก่อน +1

    Nice explanation. Thanks ❤

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

      You're welcome

  • @SandeepAS-ov3fk
    @SandeepAS-ov3fk ปีที่แล้ว +1

    excellent thank you..kindly create video in predicate consumer supplier and function and parallel stream

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

      sure sandeep we will create one soon

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

    awesome explanation way with practically Thank -you mam, please keep it up making video on some adavance technologies like spring boot and microservices etc..........

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

      th-cam.com/play/PLyHJZXNdCXsdXxY8wupiLenux2Yafn1lN.html

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

      th-cam.com/play/PLyHJZXNdCXsd2e3NMW9sZbto8RB5foBtp.html

  • @user-iu2iy2kb7i
    @user-iu2iy2kb7i 9 หลายเดือนก่อน +1

    Yes, we need predicate, function, consumer, supplier, streams, and parallel streams explanation.

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

    u r excellent madam in detail perfectoooo

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

    The way of your explanation is awesome and please make a videos on interview parts..

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

    You cover all points really good effort Mam.. keep rocking..

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

      Thanks Joseph 😃

  • @avneetsingh2010
    @avneetsingh2010 28 วันที่ผ่านมา +1

    Feeling motivated after going through your video!

    • @CodeDecode
      @CodeDecode  19 วันที่ผ่านมา

      Thank you so much

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

    i really appreciate your efforts to make our life easy :)

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

      Thanks Bimal. Always happy to do that🙂👍

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

    It's Very nice and helpful 👍

    • @CodeDecode
      @CodeDecode  3 ปีที่แล้ว

      Thanks Rajashekhar....

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

    Love to see if you can cover Predicate, Function, ....Parallel Streams. Thanks

    • @CodeDecode
      @CodeDecode  3 ปีที่แล้ว

      Sure will cover soon 👍

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

    please create video on predicate function consumer and supplier and all .... Thank you so much for making these kind of video and every thing if you will talk on the basis performance and time duration like if we are calling stream foreach or map how much time it will reduce and how much performance it will improve. It will help us on development and we can start thinking like an architect...

    • @CodeDecode
      @CodeDecode  3 ปีที่แล้ว

      Sure. Will do that in next part 👍

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

    great...explanation

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

    please create interview questions are all topics in java. i have watched so many videos till now but your explanation is superb

    • @CodeDecode
      @CodeDecode  3 ปีที่แล้ว

      Thanks 👍☺️

  • @diwakar.singh_official
    @diwakar.singh_official 3 ปีที่แล้ว +1

    It's awesome content.. Please keep posting more topics.

    • @CodeDecode
      @CodeDecode  3 ปีที่แล้ว

      Sure 👍. You can expect the next video tomorrow.

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

    Great videos lot of stuff

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

    Keep up good work.

    • @CodeDecode
      @CodeDecode  3 ปีที่แล้ว

      Thanks Piyush......

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

    In case of the diamond problem, we have to invoke the interface default implementation thus making the default implementation in the interface mandatory and not optional. Is there a way to avoid this?

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

    Hi @code Decode. It's really amazing you simply elaborate all thing. Understand really well. Please request you to upload the Microservices interview questions and answers.

    • @CodeDecode
      @CodeDecode  3 ปีที่แล้ว

      Sure Pankaj, we are planning for micro services soon 👍👍

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

      @@CodeDecode Hey Thanks..

    • @CodeDecode
      @CodeDecode  3 ปีที่แล้ว

      Your welcome Pankaj 👍👍

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

    Excellent expalaination

    • @CodeDecode
      @CodeDecode  3 ปีที่แล้ว

      Thanks Rohit👍

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

    Very nicely explained in least time

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

    Great great great work guys👌👌👌

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

    Concepts are really well explained

    • @CodeDecode
      @CodeDecode  3 ปีที่แล้ว

      Thanks Nitin 👍

  • @ManvendraSingh-xh2ry
    @ManvendraSingh-xh2ry ปีที่แล้ว +1

    love!!

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

    Hey dear kudos to your work...!!! very nice explanation. keep posting new videos.

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

    Excellent👌

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

    It is the best tutorial. Can you please add detail on Predicate etc too

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

      Java 8 Interview Questions(New Features): th-cam.com/play/PLyHJZXNdCXsdeusn4OM33415DCMQ6sUKy.html

  • @AmitSingh-hv3md
    @AmitSingh-hv3md 3 ปีที่แล้ว +1

    That's great. Can you put this practicals into github?

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

    Superb demo

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

    You helped me a lot

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

      We are glad to do that Shilpa 🙂👍👍always

  • @SANDEEPSINGH-pi2gg
    @SANDEEPSINGH-pi2gg 3 ปีที่แล้ว +1

    Your explanation is very good yr. Keep it up 👍

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

    Very useful

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

      Thanks Praveen 🙂🙂

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

    Best channel ever!!

  • @paridadeepika
    @paridadeepika 11 หลายเดือนก่อน +1

    Nice video!!

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

      Thanks!

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

    Hi Mam, better go for the interview questions directly. You explain very well while answering the interview questions while giving the live demo.

    • @CodeDecode
      @CodeDecode  3 ปีที่แล้ว

      Thanks for the nice suggestion 👍

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

    in less time we gain more knowledge, Please cover the rest of the concepts mam.

    • @CodeDecode
      @CodeDecode  3 ปีที่แล้ว

      Sure will cover soon 👍

  • @manojyadavofficial8535
    @manojyadavofficial8535 3 ปีที่แล้ว

    Java 8 is fine but could you please make video on JAVA executor framework?
    Along with Linked list data structure and their java implementation..

  • @mrindian7422
    @mrindian7422 5 หลายเดือนก่อน +1

    Super explanation

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

      Thank you

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

    Thanks

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

      you're welcome shashi. Thanks for the support

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

    Best teacher... 🙏

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

    Hi Team CodeDecode! These videos are really useful. When we will get the further part of the video like optional keyword...

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

      Hi Sukun we will upload it soon

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

    best explanation

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

      Thanks a lot Tushaar 🙂🙂

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

    Very nice explanation. Is it possible to share that PPT with us. Thanks in advance.

  • @vigneshgvs
    @vigneshgvs 9 หลายเดือนก่อน +1

    For a class: If no access modifier is specified for a class or its data members or variables, it has default (package-private) access.
    For an interface: If no access modifier is specified for an interface, the interface itself is public, and its methods (including default methods) are implicitly public. This means that they are accessible from anywhere.

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

    Superb

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

    Super Thanks

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

    Very Nice

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

    Thanks.! please make video on Stream API with examples.

    • @CodeDecode
      @CodeDecode  3 ปีที่แล้ว

      sure will upload that too soon 👍

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

    Please create a video on concepts of Predicate and functions

  • @Deepakkumar-et9ep
    @Deepakkumar-et9ep 3 ปีที่แล้ว +1

    Nice explanation👌

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

    Better as interview questions 👍

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

    Please kindly cover the practical questions which come in Stream API taking an example class say Employee. Also kindly cover Optional class.

    • @CodeDecode
      @CodeDecode  3 ปีที่แล้ว

      Sure next will upload that soon 👍👍

  • @satyajeethukkire6099
    @satyajeethukkire6099 11 หลายเดือนก่อน +1

    Ma'am first of all these videos are gems. Thank you for straight to the point explanation. Ma'am just a question where to get these slides???

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

      Thanks 😊. We apologies for not being able to share PPT because of copyright issues. These ppt have links to blogs, books we refer. Sharing them will give us copy right notices.
      Really sorry for inconvenience caused

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

    static methods reside in stack memory whereas Implementations of interface are classes which will need to be instantiated to be used and once instantiated, will be stored in heap memory. that is one of the reason static methods are not available after instantiation of Implementation class. This concept is similar if occurred in classes.

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

    Please create interview questions video and skip the basics, by the way thanks a lot for such informative content

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

    Thanks for sharing knowledge. I have query for you about functionaldemo interface. I think, this is our own functional interface created and having default method only (no single abstract method).But as per steps to create our own functional interface. There should have exact one abstract method. Could you pls tell w/o abstract method and having default method is right ?

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

      Functional interface can have only and exact 1 abstract method. Can have any no of default methods. If you extend any other interface, it's abstract method is also considered. Check if functional demo extends any other interface?