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

  Рет қаралды 541,679

Code Decode

Code Decode

3 жыл бұрын

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

Пікірлер: 544
@navy4315
@navy4315 Жыл бұрын
Top Notch Videos...Showing Implementation along with the presentation is the best thing I like about your videos.
@CodeDecode
@CodeDecode Жыл бұрын
Yeah it's important to understand how to implement too 😊
@neelabhrai231
@neelabhrai231 2 жыл бұрын
you guys helped me a lot in my interviews . Never ever stop this . Its gold
@ishantsharmaa
@ishantsharmaa 3 жыл бұрын
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 жыл бұрын
Many congratulations Karthik. 🎊🎊🎊🎊 keep learning keep growing 👏👏👏👏
@sunnyjain630
@sunnyjain630 2 жыл бұрын
Thanks 😊 Probably the best video on Java 8 new features. Perfectly explained each and everything with excellent communication skills 👏. YOU ARE A GEM TRAINER 💎
@rohitsharma-xt8qe
@rohitsharma-xt8qe 2 жыл бұрын
Form 18:14 to 18:39. the moment when I can't resist hitting the like button :) nicely explained Method reference.
@CodeDecode
@CodeDecode 2 жыл бұрын
Thanks Rohit 🙂👍
@anusathiya8887
@anusathiya8887 2 жыл бұрын
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 жыл бұрын
Many congratulations Anu 🎊🎊🎊🎊you deserve it all. Good job 🙂🙂🎊🎊🎊
@sreeharir1029
@sreeharir1029 2 жыл бұрын
This video is very helpful to brush-up the Java 8 features. Kudos to the instructor and team, very simple and good presenation.
@CodeDecode
@CodeDecode 2 жыл бұрын
Thanks Sreehari 🙂👍
@venkatesha6378
@venkatesha6378 Жыл бұрын
I want to see the picture of a great lady who explains these videos very clearly. give big applause
@CodeDecode
@CodeDecode Жыл бұрын
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 Жыл бұрын
@@CodeDecode thanks
@CodeDecode
@CodeDecode Жыл бұрын
😊😊
@kiranmaiganadi4296
@kiranmaiganadi4296 3 жыл бұрын
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 🙏🙏
@shubhamkumar-gw4vb
@shubhamkumar-gw4vb 3 жыл бұрын
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 🙏
@samsonrj5628
@samsonrj5628 Жыл бұрын
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 🙂
@RAJESHKUMAR-lz4re
@RAJESHKUMAR-lz4re 2 жыл бұрын
I must say you have excellent teaching skills and you are awesome teacher, Thank you so much for making such helpful video🙏
@CodeDecode
@CodeDecode 2 жыл бұрын
Thanks a tonn Rajesh 🙂👍
@RAJESHKUMAR-lz4re
@RAJESHKUMAR-lz4re 2 жыл бұрын
@@CodeDecode You're welcome 😇
@lokeshchandra7679
@lokeshchandra7679 3 жыл бұрын
Thank You so Much for making this video's mam... Really usefull
@CodeDecode
@CodeDecode 3 жыл бұрын
Thanks for the nice words
@palanesami
@palanesami 2 жыл бұрын
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 🙂🙂👍👍
@pradeepkumar-zp1mv
@pradeepkumar-zp1mv 2 жыл бұрын
No words...Covered much with clear explanation in less time
@CodeDecode
@CodeDecode 2 жыл бұрын
Thanks Pradeep 🙂👍
@amrutadeo3928
@amrutadeo3928 3 жыл бұрын
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 жыл бұрын
Sure next video will be on few of your topics 👍
@akshkaur8001
@akshkaur8001 3 жыл бұрын
You are an amazing tutor... Thanks for the clear explanation 🤗
@CodeDecode
@CodeDecode 3 жыл бұрын
Thanks Aksh 👍👍
@RuhulAmin-hu9qy
@RuhulAmin-hu9qy 3 жыл бұрын
Thank you so much... This is really helpfull for interview. Egarly waiting for the second part...
@CodeDecode
@CodeDecode 3 жыл бұрын
Will upload soon 👍
@ashwinisarode9644
@ashwinisarode9644 2 жыл бұрын
Extremely helpful and one of the most important channels on youtube 👍🏼👍🏼👍🏼👍🏼
@CodeDecode
@CodeDecode 2 жыл бұрын
Thanks Ashwini for the nice words...
@suryakalyan5286
@suryakalyan5286 2 жыл бұрын
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....
@VenkannaGodishala
@VenkannaGodishala 2 ай бұрын
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, 🌟🌟
@ishantsharmaa
@ishantsharmaa 3 жыл бұрын
Really impressive and able to understand clearly. Thanks lot for making this video.
@CodeDecode
@CodeDecode 3 жыл бұрын
You are welcome Karthik....
@paulacobzaru
@paulacobzaru 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! :)
@CodeDecode
@CodeDecode 3 жыл бұрын
Sure will upload soon 👍
@paulacobzaru
@paulacobzaru 3 жыл бұрын
I just wait for it! :)
@CodeDecode
@CodeDecode 3 жыл бұрын
👍👍
@sarangtarambale3677
@sarangtarambale3677 3 жыл бұрын
Big fan of this channel.. Excellent videos in simple language!! Thanks
@CodeDecode
@CodeDecode 3 жыл бұрын
Thanks for the nice words ......
@singla__sisters2928
@singla__sisters2928 3 жыл бұрын
Thank you so much for such a nice video, will be waiting for the upcoming video✌️✌️
@CodeDecode
@CodeDecode 3 жыл бұрын
sure I will upload soon
@deepikaganesh8434
@deepikaganesh8434 Жыл бұрын
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🙂🙂
@jain_sahil
@jain_sahil 3 жыл бұрын
Recently had an interview... And you know most of your videos covers the question he asked me..
@CodeDecode
@CodeDecode 3 жыл бұрын
Thanks Sahil. 👍. All the best for your interviews . We hope you land at your dream job really soon 👍👍
@sawankumarl
@sawankumarl 3 жыл бұрын
Thank you mam for simplifying concept with wonderful explanation....
@CodeDecode
@CodeDecode 3 жыл бұрын
Thanks for the nice words 👍
@CHITUS
@CHITUS 2 жыл бұрын
You are an amazing tutor... Thanks for the clear explanation
@CodeDecode
@CodeDecode 2 жыл бұрын
Thanks a tonnn 🙂👍
@darshanshaha7507
@darshanshaha7507 2 жыл бұрын
very nicely explained with demo...clearly understood without referring any other links
@CodeDecode
@CodeDecode 2 жыл бұрын
Thanks Darshan 🙂👍
@belaidbouaoualten3899
@belaidbouaoualten3899 2 жыл бұрын
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
@empowercode
@empowercode 3 жыл бұрын
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 KZfaq 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!
@abulaishansari93
@abulaishansari93 Жыл бұрын
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 .
@CodeDecode
@CodeDecode Жыл бұрын
Thanks Abulaish 🙂👍
@umadevi11112
@umadevi11112 3 жыл бұрын
Thanks alot, you really helped us to revise things quickly
@CodeDecode
@CodeDecode 3 жыл бұрын
You're welcome Uma....
@shubhisharma3790
@shubhisharma3790 3 жыл бұрын
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 🙏👍🙂🙂
@shauryabavishi3874
@shauryabavishi3874 3 жыл бұрын
The video is super helpful! Can you please provide slides, for reference? Thanks.
@rajkhare5949
@rajkhare5949 3 жыл бұрын
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 👍
@manshadmanchu482
@manshadmanchu482 2 жыл бұрын
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 жыл бұрын
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 👍👍🙂🙂
@Indianuser77
@Indianuser77 3 жыл бұрын
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.
@sanjeevkumarsah4047
@sanjeevkumarsah4047 2 жыл бұрын
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 ⭐✨
@shankarpatilsp
@shankarpatilsp 3 жыл бұрын
Thank you so much ma'am..its really helpful!!
@CodeDecode
@CodeDecode 3 жыл бұрын
thanks 👍👍
@mahendramungamuru9500
@mahendramungamuru9500 2 жыл бұрын
Omg I have watched 20m video feels like 2m very interesting superb expalination thank you very much for creating such quality content 😃
@CodeDecode
@CodeDecode 2 жыл бұрын
Thanks Mahendra 🙂👍
@koppulanaveenraddy4822
@koppulanaveenraddy4822 3 жыл бұрын
Wonderful videos which explains practically. Please make more videos on Java 8 followed by spring boot.
@CodeDecode
@CodeDecode 3 жыл бұрын
Sure 👍👍
@nagalakshmikesavan9198
@nagalakshmikesavan9198 3 жыл бұрын
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
@manojyadavofficial8535
@manojyadavofficial8535 3 жыл бұрын
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 жыл бұрын
Please create second part for remaining points..as this video contents are super useful thank you :)
@CodeDecode
@CodeDecode 3 жыл бұрын
Thanks. Sure will upload soon
@SosetaFurioasaJr
@SosetaFurioasaJr 2 жыл бұрын
Very nice explanation, thank you very much.
@CodeDecode
@CodeDecode 2 жыл бұрын
Thanks 🙂👍
@gnsc
@gnsc 2 жыл бұрын
you are morveles.thank you so much for valuable information.
@CodeDecode
@CodeDecode 2 жыл бұрын
Thanks 🙂👍👍
@thangeswaranthanges2817
@thangeswaranthanges2817 2 жыл бұрын
Wonderful Explanation. Keep rocking. Crystal clear.
@CodeDecode
@CodeDecode 2 жыл бұрын
Thanks 🙂🙂
@ram-ky9ur
@ram-ky9ur Жыл бұрын
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
@parthdalvi5855
@parthdalvi5855 2 жыл бұрын
Very clear and simple explanation ... thanks a ton for such amazing tutorials..
@CodeDecode
@CodeDecode 2 жыл бұрын
Thanks Parth 🙂🙂👍👍
@shilpabhosale4024
@shilpabhosale4024 9 ай бұрын
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
@CodeDecode
@CodeDecode 9 ай бұрын
Thanks Shilpa 🙂
@codewalla
@codewalla 2 жыл бұрын
Hi, Thank you very much for providing these types of videos.
@CodeDecode
@CodeDecode 2 жыл бұрын
Thanks Vivek 🙂👍
@bushrashekani
@bushrashekani 3 жыл бұрын
Mashallah Great !! Please continue this May god bless you
@CodeDecode
@CodeDecode 3 жыл бұрын
Thanks Bushra. 🙂 kzfaq.info/sun/PLyHJZXNdCXsdeusn4OM33415DCMQ6sUKy
@deepard24
@deepard24 3 жыл бұрын
Thanks for such a details explanation. Video is very helpful
@CodeDecode
@CodeDecode 3 жыл бұрын
Thanks👍
@mahendranr8934
@mahendranr8934 2 жыл бұрын
Very nice explaination
@deepavellaichamy-positivev6724
@deepavellaichamy-positivev6724 3 жыл бұрын
Very useful. Thank you very much🙏
@CodeDecode
@CodeDecode 3 жыл бұрын
Thanks 👍
@bkumar256
@bkumar256 2 жыл бұрын
Awesome video. Thanks for making these videos.
@CodeDecode
@CodeDecode 2 жыл бұрын
Thanks 🙂👍
@ayushraj935
@ayushraj935 3 жыл бұрын
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 : kzfaq.info/sun/PLyHJZXNdCXsdeusn4OM33415DCMQ6sUKy
@shotx333
@shotx333 2 жыл бұрын
Very helpful, Thanks
@asimpathan2086
@asimpathan2086 Жыл бұрын
This is super helpful..Thank You
@CodeDecode
@CodeDecode Жыл бұрын
Thanks Asim 🙂🙂
@PavanKumar-yj8fu
@PavanKumar-yj8fu 2 жыл бұрын
Very good lecture learnt a lot. Thank you very much!!
@CodeDecode
@CodeDecode 2 жыл бұрын
Thanks Pavan 👍🙂
@sherlin3862
@sherlin3862 2 жыл бұрын
You are great! you teach very well😌🙏🏻 thank you from all of us
@CodeDecode
@CodeDecode 2 жыл бұрын
Thanks a lot Sherlin 🙂👍
@RishiRaj-ex9wb
@RishiRaj-ex9wb 2 жыл бұрын
Great work. Thanks.
@CodeDecode
@CodeDecode 2 жыл бұрын
Thanks Rishi 🙂👍
@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
@shailajaranga6790
@shailajaranga6790 11 ай бұрын
Super explanation 👌👌👌
@CodeDecode
@CodeDecode 11 ай бұрын
Thanks
@commonman8540
@commonman8540 Жыл бұрын
very nice detailed expl, thanks
@CodeDecode
@CodeDecode Жыл бұрын
you're welcome
@TheExplorer.Stories
@TheExplorer.Stories Жыл бұрын
Wooh great , amazing , fabulous , well explained 🥳 Thank you 😌
@CodeDecode
@CodeDecode Жыл бұрын
Thanks Tushar 🙂👍
@kazaasekhar
@kazaasekhar 2 жыл бұрын
really thank full to this channel very helpful
@CodeDecode
@CodeDecode 2 жыл бұрын
Thanks Sekhar. Thanks for writing back to us 🙏. It motivates us in right direction 👍
@saurabhkailashchandrapuran8609
@saurabhkailashchandrapuran8609 3 жыл бұрын
Thanks a lot madam for this video ..pls make videos on end to end ..i want to learn more from you 🙏
@CodeDecode
@CodeDecode 3 жыл бұрын
Sure I will complete this series soon. 👍
@kalyanimvn
@kalyanimvn 2 жыл бұрын
Nice video mam Easy to understand
@CodeDecode
@CodeDecode 2 жыл бұрын
You're welcome
@abhijeetbagde1597
@abhijeetbagde1597 2 жыл бұрын
Thank you so much Mam!
@CodeDecode
@CodeDecode 2 жыл бұрын
🙂 no problem Abhijeet 👍👍
@afifkhaja
@afifkhaja 9 ай бұрын
This is so helpful!
@CodeDecode
@CodeDecode 8 ай бұрын
Thanks
@retheeshrr3368
@retheeshrr3368 2 жыл бұрын
Simply awesome tutorial. Nice demo 👍
@CodeDecode
@CodeDecode 2 жыл бұрын
Thanks Retheesh 🙂👍
@jagdishkate5880
@jagdishkate5880 3 жыл бұрын
Thank you ma'am for such beautiful videos
@CodeDecode
@CodeDecode 3 жыл бұрын
Welcome :-)
@gowthamisasanapuri9980
@gowthamisasanapuri9980 3 жыл бұрын
Hi, thanks for very clear explanation, it is useful even for beginners....
@CodeDecode
@CodeDecode 3 жыл бұрын
Thanks 🙏🙂👍👍
@venkatbongi1945
@venkatbongi1945 2 жыл бұрын
Thanks alot explanation is super
@CodeDecode
@CodeDecode 2 жыл бұрын
Thanks Venkat 👍🙂
@MVDCREATIONS
@MVDCREATIONS 3 жыл бұрын
its really usefull need more videos like this madam
@CodeDecode
@CodeDecode 3 жыл бұрын
Sure will upload soon 👍👍
@ashwinkumar504
@ashwinkumar504 3 жыл бұрын
Thanks a lot , it was very informative.
@CodeDecode
@CodeDecode 3 жыл бұрын
Thanks 👍
@wana9357
@wana9357 Жыл бұрын
very useful, thx!
@CodeDecode
@CodeDecode Жыл бұрын
😇😇👍👍
@pavandattadatta3156
@pavandattadatta3156 2 жыл бұрын
Thank alot madam.....jee
@CodeDecode
@CodeDecode 2 жыл бұрын
Thanks Pavan 🙂👍
@anusathiya8887
@anusathiya8887 2 жыл бұрын
Awesome 👏
@CodeDecode
@CodeDecode 2 жыл бұрын
Thanks Anu 🙂👍
@almask.m.2355
@almask.m.2355 3 жыл бұрын
Thank u so much mam .....u r really doing the great job ....👍👍
@CodeDecode
@CodeDecode 3 жыл бұрын
Thanks for the nice words 👍
@mayurshetye7301
@mayurshetye7301 3 жыл бұрын
Thanks, This was very helpful !
@CodeDecode
@CodeDecode 3 жыл бұрын
Thanks Mayur 👍👍🙂🙂
@Lucky-et8cx
@Lucky-et8cx 3 жыл бұрын
Thank you.
@CodeDecode
@CodeDecode 3 жыл бұрын
🙂👍
@nivedaravi2241
@nivedaravi2241 3 жыл бұрын
Thanks for the videos. please upload 2nd part
@CodeDecode
@CodeDecode 3 жыл бұрын
Sure will upload soon 👍
@mohitsoni2919
@mohitsoni2919 2 жыл бұрын
Awesome video
@CodeDecode
@CodeDecode 2 жыл бұрын
Thanks Mohit
@muzaffarumar
@muzaffarumar 2 жыл бұрын
Superb
@CodeDecode
@CodeDecode 2 жыл бұрын
thanks
@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 : kzfaq.info/get/bejne/pbuUeLF2nNLOmqs.html
@KanikaChaudhary-vc1cu
@KanikaChaudhary-vc1cu 2 ай бұрын
very nice ..feeling so grateful watching ur vdos, thanq so much
@CodeDecode
@CodeDecode 2 ай бұрын
❤️
@surajdeshmukh2351
@surajdeshmukh2351 3 жыл бұрын
It's Eureka moment. It's eye opener tutorial. Great great🔥🔥🔥🔥👍👍👍👍👍👍👍👍👍👍🙏🙏🙏🙏🙏🙏
@CodeDecode
@CodeDecode 3 жыл бұрын
Thanks Suraj 👍👍🙂🙂
@fatimasajjad6963
@fatimasajjad6963 2 жыл бұрын
Amazing explanation and great effort!
@CodeDecode
@CodeDecode 2 жыл бұрын
You're welcome fatima
@prabhatpathak1095
@prabhatpathak1095 2 жыл бұрын
yes all in one short vedio for crash course
@kaminisaini7922
@kaminisaini7922 2 ай бұрын
Well explained and you have put great efforts. Thanks
@mks5988
@mks5988 3 жыл бұрын
Awesome explanation really simple and precise explanation .
@CodeDecode
@CodeDecode 3 жыл бұрын
Thanks👍
@mouryas4671
@mouryas4671 3 жыл бұрын
your content is really helpful. please make sure to arrange the videos in sequential order.
@CodeDecode
@CodeDecode 3 жыл бұрын
Sure 👍
@VETRI.90
@VETRI.90 2 жыл бұрын
amazing tutorial 👏
@CodeDecode
@CodeDecode 2 жыл бұрын
Thanks Vetri 🙂👍
@kalpeshukey7040
@kalpeshukey7040 3 жыл бұрын
Great work !! HAPPY NEW YEAR
@CodeDecode
@CodeDecode 3 жыл бұрын
Thanks. Happy new year to you too 👍
@maheshgaliboina6721
@maheshgaliboina6721 3 жыл бұрын
Your explanation is very well I am understand easily
@CodeDecode
@CodeDecode 3 жыл бұрын
Thanks Mahesh 👍👍
@priyagade971
@priyagade971 3 жыл бұрын
thank you mam...create whole series on this topic
@CodeDecode
@CodeDecode 3 жыл бұрын
Sure 👍
Stream API in Java
26:04
Telusko
Рет қаралды 288 М.
Smart Sigma Kid #funny #sigma #comedy
00:25
CRAZY GREAPA
Рет қаралды 23 МЛН
Жайдарман | Туған күн 2024 | Алматы
2:22:55
Jaidarman OFFICIAL / JCI
Рет қаралды 1,8 МЛН
LOVE LETTER - POPPY PLAYTIME CHAPTER 3 | GH'S ANIMATION
00:15
Functional Interface | Lambda Expression in Java
13:56
Telusko
Рет қаралды 139 М.
Smart Sigma Kid #funny #sigma #comedy
00:25
CRAZY GREAPA
Рет қаралды 23 МЛН