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

  Рет қаралды 191,387

Code Decode

Code Decode

Күн бұрын

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 : kzbin.info?...
Linkedin : / codedecodeyoutube
Instagram : / codedecode25
--------------------------------------------------------------------------------------------------------------------------------------
#JAVA8 #JAVA8InterviewQuestions #JAVAInterviewQuestions #codedecode

Пікірлер: 339
@cybercool8613
@cybercool8613 2 жыл бұрын
This is gold!! Brilliant video👌👌
@CodeDecode
@CodeDecode 2 жыл бұрын
Thanks 🙂👍
@mdsaddamhussain9623
@mdsaddamhussain9623 3 жыл бұрын
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 жыл бұрын
Sure will upload soon 👍
@shivashankarsr7377
@shivashankarsr7377 2 жыл бұрын
Huge effort is needed to create these kind of videos. Kudos to the instructor!! Keep going !!
@CodeDecode
@CodeDecode 2 жыл бұрын
Thanks shivashankar
@priyankabawdekar8253
@priyankabawdekar8253 2 жыл бұрын
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👏👏
@smilysarat
@smilysarat Жыл бұрын
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 🙂👍
@maryhilda5
@maryhilda5 2 жыл бұрын
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??
@yuewu3888
@yuewu3888 3 жыл бұрын
Thank you so much for concepts and demo. This is an excellent combination. Keep going!
@CodeDecode
@CodeDecode 3 жыл бұрын
Thanks for the nice words 👍
@bobbycv64
@bobbycv64 Жыл бұрын
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.👍👍
@harithareddy7119
@harithareddy7119 3 жыл бұрын
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 👍
@srinivasacharya4695
@srinivasacharya4695 3 жыл бұрын
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 жыл бұрын
Thanks Srinivas 🙂.
@venugopalreddychalla9159
@venugopalreddychalla9159 2 жыл бұрын
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 жыл бұрын
We are glad 🙂🙂👍👍. Thanks for the nice words. It motivates us to put more efforts on videos🙃
@sauravmaity4681
@sauravmaity4681 2 жыл бұрын
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 🎊🎊👍👍
@AsadMalik999
@AsadMalik999 3 жыл бұрын
One word for all the videos ....... "kamal teacher" MashaAllah
@CodeDecode
@CodeDecode 3 жыл бұрын
Thanks 👍
@vigneshgvs
@vigneshgvs 10 ай бұрын
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.
@arunkumarchinthapalli2005
@arunkumarchinthapalli2005 3 жыл бұрын
Its helping me a lot and your explanation is very clear. Thank you!
@CodeDecode
@CodeDecode 3 жыл бұрын
🙂🙂👍👍thanks Arunkumar
@tallurivamsi6413
@tallurivamsi6413 7 ай бұрын
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
@rishabhgupta9717
@rishabhgupta9717 3 жыл бұрын
To the point explanation. Best brushup tutorial
@CodeDecode
@CodeDecode 3 жыл бұрын
Thanks 👍
@TheSunnyday16
@TheSunnyday16 3 жыл бұрын
I just subscribed to your channel and looking forward to more interview questions on java 8.
@CodeDecode
@CodeDecode 3 жыл бұрын
Sure 👍
@prathameshpatil5373
@prathameshpatil5373 3 жыл бұрын
Very helpful video's.. covering basics and also getting prepared for interviews
@CodeDecode
@CodeDecode 3 жыл бұрын
Thanks 👍😊
@sreerekhamenon1164
@sreerekhamenon1164 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 👍🙂
@sripuji6670
@sripuji6670 3 жыл бұрын
Watching video is worth it. Thanks 👍. Keep up good work.
@CodeDecode
@CodeDecode 3 жыл бұрын
Thanks Sri 👍
@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?
@crazeeealgorithms3236
@crazeeealgorithms3236 3 жыл бұрын
Thank You for these tutorials, they are helping a lot...
@CodeDecode
@CodeDecode 3 жыл бұрын
Thank you ......
@AjitDas-hf9lu
@AjitDas-hf9lu Жыл бұрын
Thank You So Much after following your vedio i have covered every single points keep doing this please
@CodeDecode
@CodeDecode Жыл бұрын
You're welcome Ajit
@adityamaheshwari6132
@adityamaheshwari6132 3 жыл бұрын
Please create video for interview questions on Streams, as many interviewers interested in Stream API.
@CodeDecode
@CodeDecode 3 жыл бұрын
Sure 👍
@archanayuvaraj8326
@archanayuvaraj8326 Жыл бұрын
Anyone can learn even tough topics with your teaching 🥰
@CodeDecode
@CodeDecode Жыл бұрын
Thanks Archana🙂🙂
@sushmitasushmita6938
@sushmitasushmita6938 2 жыл бұрын
Please cover the concept then interview questions. ... The way you explain is awesome thank you 🙂
@CodeDecode
@CodeDecode 2 жыл бұрын
kzbin.info/aero/PLyHJZXNdCXsdeusn4OM33415DCMQ6sUKy
@divye5738
@divye5738 Жыл бұрын
Never came across such clear and sharp explaination of concepts! Keep it up !
@CodeDecode
@CodeDecode Жыл бұрын
Thanks 🙂🙂
@aakashyadav9117
@aakashyadav9117 Жыл бұрын
thank you for creating these videos 👏
@CodeDecode
@CodeDecode Жыл бұрын
Thanks Aakash 🙂👍
@kirushnashirre6791
@kirushnashirre6791 3 жыл бұрын
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 👍
@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.
@DineshSingh-jt9no
@DineshSingh-jt9no 3 жыл бұрын
Superb article for Java 8 new features
@CodeDecode
@CodeDecode 3 жыл бұрын
Thanks.....
@manojyadavofficial8535
@manojyadavofficial8535 3 жыл бұрын
Wonderful content and very good presentation.. Thanks
@CodeDecode
@CodeDecode 3 жыл бұрын
Thanks 👍
@gopisambasivarao5282
@gopisambasivarao5282 Жыл бұрын
Awesome explanation. Appreciate your efforts!
@CodeDecode
@CodeDecode Жыл бұрын
Thanks
@commonman8540
@commonman8540 2 жыл бұрын
Brilliant video. thanks.
@CodeDecode
@CodeDecode 2 жыл бұрын
🙂🙂👍👍
@sonisinha7622
@sonisinha7622 3 жыл бұрын
Please create a video on concepts of Predicate and functions
@CodeDecode
@CodeDecode 3 жыл бұрын
Sure 👍
@valeriacervantes1909
@valeriacervantes1909 Жыл бұрын
so helpful, thanks!
@CodeDecode
@CodeDecode Жыл бұрын
Thanks 🙂🙂
@user-iu2iy2kb7i
@user-iu2iy2kb7i 9 ай бұрын
Yes, we need predicate, function, consumer, supplier, streams, and parallel streams explanation.
@sahilarora333
@sahilarora333 3 жыл бұрын
Please create interview questions for Streams, Predicate etc. Thanks for such great content 🙏
@CodeDecode
@CodeDecode 3 жыл бұрын
Sure 👍. You can expect the next video tomorrow.
@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!
@sreeguru6377
@sreeguru6377 Жыл бұрын
wonderful video to understand java8 easily . thanks a lot :)
@CodeDecode
@CodeDecode Жыл бұрын
Thanks for the nice words
@bimalpanigrahi4177
@bimalpanigrahi4177 2 жыл бұрын
i really appreciate your efforts to make our life easy :)
@CodeDecode
@CodeDecode 2 жыл бұрын
Thanks Bimal. Always happy to do that🙂👍
@ravijai4645
@ravijai4645 3 жыл бұрын
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.
@UmmakaJagadish
@UmmakaJagadish Жыл бұрын
u r excellent madam in detail perfectoooo
@hariprasadracharla4625
@hariprasadracharla4625 3 жыл бұрын
The way of your explanation is awesome and please make a videos on interview parts..
@CodeDecode
@CodeDecode 3 жыл бұрын
Ok 👍
@sulavagarwal3561
@sulavagarwal3561 3 жыл бұрын
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 👍👍
@yuewu3888
@yuewu3888 3 жыл бұрын
Love to see if you can cover Predicate, Function, ....Parallel Streams. Thanks
@CodeDecode
@CodeDecode 3 жыл бұрын
Sure will cover soon 👍
@aditigupta5324
@aditigupta5324 2 жыл бұрын
to the point videos.....can you please make some videos on marker interface
@josephpudupermanil704
@josephpudupermanil704 2 жыл бұрын
You cover all points really good effort Mam.. keep rocking..
@CodeDecode
@CodeDecode 2 жыл бұрын
Thanks Joseph 😃
@afrida6672
@afrida6672 8 ай бұрын
Nice explanation. Thanks ❤
@CodeDecode
@CodeDecode 7 ай бұрын
You're welcome
@AmitSingh-hv3md
@AmitSingh-hv3md 3 жыл бұрын
That's great. Can you put this practicals into github?
@avneetsingh2010
@avneetsingh2010 Ай бұрын
Feeling motivated after going through your video!
@CodeDecode
@CodeDecode 25 күн бұрын
Thank you so much
@sheikhziya5048
@sheikhziya5048 Жыл бұрын
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 👍😊😊
@thrivenipogu7521
@thrivenipogu7521 3 жыл бұрын
Best teacher... 🙏
@CodeDecode
@CodeDecode 3 жыл бұрын
Thanks Thriveni
@Aaru_28264
@Aaru_28264 2 ай бұрын
Great explanation thank you mam🙏🏻
@CodeDecode
@CodeDecode 2 ай бұрын
Thanks
@diwakar.singh_official
@diwakar.singh_official 3 жыл бұрын
It's awesome content.. Please keep posting more topics.
@CodeDecode
@CodeDecode 3 жыл бұрын
Sure 👍. You can expect the next video tomorrow.
@TechExplorerStudio
@TechExplorerStudio 3 жыл бұрын
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 👍
@Rajshimishra123
@Rajshimishra123 2 жыл бұрын
You helped me a lot
@CodeDecode
@CodeDecode 2 жыл бұрын
We are glad to do that Shilpa 🙂👍👍always
@nikhilpawar7876
@nikhilpawar7876 2 жыл бұрын
Great great great work guys👌👌👌
@CodeDecode
@CodeDecode 2 жыл бұрын
Thanks Nikhil
@AmeyaNanarkar76625
@AmeyaNanarkar76625 3 жыл бұрын
Very nicely explained in least time
@CodeDecode
@CodeDecode 3 жыл бұрын
Thanks 👍
@kaushlendrakaushal8729
@kaushlendrakaushal8729 3 жыл бұрын
great...explanation
@CodeDecode
@CodeDecode 3 жыл бұрын
Thanks 👍
@MVDCREATIONS
@MVDCREATIONS 3 жыл бұрын
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 👍☺️
@shrutiambashtha6196
@shrutiambashtha6196 2 жыл бұрын
Best channel ever!!
@CodeDecode
@CodeDecode 2 жыл бұрын
Thanks shruti
@SANDEEPSINGH-pi2gg
@SANDEEPSINGH-pi2gg 3 жыл бұрын
Your explanation is very good yr. Keep it up 👍
@CodeDecode
@CodeDecode 3 жыл бұрын
Thanks....
@karthiksundaram544
@karthiksundaram544 Жыл бұрын
Superb demo
@CodeDecode
@CodeDecode Жыл бұрын
Thanks Karthik
@nitinavhad498
@nitinavhad498 3 жыл бұрын
Concepts are really well explained
@CodeDecode
@CodeDecode 3 жыл бұрын
Thanks Nitin 👍
@sharmarahul17
@sharmarahul17 Жыл бұрын
Excellent👌
@CodeDecode
@CodeDecode Жыл бұрын
😊👍
@mahi2082
@mahi2082 Жыл бұрын
Best videos for java interview crackers
@CodeDecode
@CodeDecode Жыл бұрын
Thanks Mahi 😊👍
@Managoli100
@Managoli100 3 жыл бұрын
It's Very nice and helpful 👍
@CodeDecode
@CodeDecode 3 жыл бұрын
Thanks Rajashekhar....
@NarenJavaTech
@NarenJavaTech Жыл бұрын
Very well explained. Your videos are really really helpful
@CodeDecode
@CodeDecode Жыл бұрын
Thanks 🙏👍
@nagarajtulasigeri8305
@nagarajtulasigeri8305 3 жыл бұрын
in less time we gain more knowledge, Please cover the rest of the concepts mam.
@CodeDecode
@CodeDecode 3 жыл бұрын
Sure will cover soon 👍
@user-gv1nk3wq1c
@user-gv1nk3wq1c 2 ай бұрын
20:00 just a doubt even with class we define static methods we can access it right without creating object then how it differ from static method in interface
@sanjeetkrsinha
@sanjeetkrsinha Жыл бұрын
It is the best tutorial. Can you please add detail on Predicate etc too
@CodeDecode
@CodeDecode Жыл бұрын
Java 8 Interview Questions(New Features): kzbin.info/aero/PLyHJZXNdCXsdeusn4OM33415DCMQ6sUKy
@rohit190388
@rohit190388 3 жыл бұрын
Excellent expalaination
@CodeDecode
@CodeDecode 3 жыл бұрын
Thanks Rohit👍
@SandeepAS-ov3fk
@SandeepAS-ov3fk Жыл бұрын
excellent thank you..kindly create video in predicate consumer supplier and function and parallel stream
@CodeDecode
@CodeDecode Жыл бұрын
sure sandeep we will create one soon
@chaitutom5789
@chaitutom5789 2 жыл бұрын
Great videos lot of stuff
@CodeDecode
@CodeDecode 2 жыл бұрын
Thanks👍👍
@piyushrayrikar
@piyushrayrikar 3 жыл бұрын
Keep up good work.
@CodeDecode
@CodeDecode 3 жыл бұрын
Thanks Piyush......
@praveenkumar9959
@praveenkumar9959 2 жыл бұрын
Very useful
@CodeDecode
@CodeDecode 2 жыл бұрын
Thanks Praveen 🙂🙂
@bvreddy09
@bvreddy09 3 жыл бұрын
Very nice explanation. Is it possible to share that PPT with us. Thanks in advance.
@shashidharnmrec
@shashidharnmrec Жыл бұрын
Thanks
@CodeDecode
@CodeDecode Жыл бұрын
you're welcome shashi. Thanks for the support
@mrindian7422
@mrindian7422 5 ай бұрын
Super explanation
@CodeDecode
@CodeDecode 5 ай бұрын
Thank you
@pankaja007
@pankaja007 3 жыл бұрын
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 жыл бұрын
@@CodeDecode Hey Thanks..
@CodeDecode
@CodeDecode 3 жыл бұрын
Your welcome Pankaj 👍👍
@trafotrymisspccreations1131
@trafotrymisspccreations1131 3 жыл бұрын
Hey dear kudos to your work...!!! very nice explanation. keep posting new videos.
@CodeDecode
@CodeDecode 3 жыл бұрын
Thanks 🙏
@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..
@tushaarkd1915
@tushaarkd1915 2 жыл бұрын
best explanation
@CodeDecode
@CodeDecode 2 жыл бұрын
Thanks a lot Tushaar 🙂🙂
@Vithal_Nivargi
@Vithal_Nivargi 2 жыл бұрын
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 жыл бұрын
kzbin.info/aero/PLyHJZXNdCXsdXxY8wupiLenux2Yafn1lN
@CodeDecode
@CodeDecode 2 жыл бұрын
kzbin.info/aero/PLyHJZXNdCXsd2e3NMW9sZbto8RB5foBtp
@paridadeepika
@paridadeepika Жыл бұрын
Nice video!!
@CodeDecode
@CodeDecode Жыл бұрын
Thanks!
@gajendrathakur4833
@gajendrathakur4833 2 жыл бұрын
Superb
@CodeDecode
@CodeDecode 2 жыл бұрын
Thanks
@sonalpoddar7801
@sonalpoddar7801 3 жыл бұрын
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 👍
@saidashaik3537
@saidashaik3537 3 жыл бұрын
Better as interview questions 👍
@CodeDecode
@CodeDecode 3 жыл бұрын
Thanks 👍
@nivedaravi2241
@nivedaravi2241 3 жыл бұрын
Super Thanks
@CodeDecode
@CodeDecode 3 жыл бұрын
👍
@sukunkusum1720
@sukunkusum1720 2 жыл бұрын
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
@Deepakkumar-et9ep
@Deepakkumar-et9ep 3 жыл бұрын
Nice explanation👌
@CodeDecode
@CodeDecode 3 жыл бұрын
Thanks
@ManvendraSingh-xh2ry
@ManvendraSingh-xh2ry Жыл бұрын
love!!
@CodeDecode
@CodeDecode Жыл бұрын
😊😊
@yoshitamahajan353
@yoshitamahajan353 3 жыл бұрын
Please create video on spring aop...
@CodeDecode
@CodeDecode 3 жыл бұрын
Ok
@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.
@ashokrana273
@ashokrana273 2 жыл бұрын
Very Nice
@CodeDecode
@CodeDecode 2 жыл бұрын
thanks
@nitishchaudhary7777
@nitishchaudhary7777 2 жыл бұрын
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?
@start1learn-n171
@start1learn-n171 6 ай бұрын
Tq
@CodeDecode
@CodeDecode 6 ай бұрын
Welcome 👍👍
Top 30 JAVA Interview Questions and Answers for Beginners
1:25:45
Interview Happy
Рет қаралды 10 М.
Alex hid in the closet #shorts
00:14
Mihdens
Рет қаралды 14 МЛН
Java 8 to 18: Most important changes in the Java Platform
31:24
Java Interview for 3 Years Experience |  Spring Boot |  Micro Services
58:32