This lady has found out how Java is meant to be taught. You're literally teaching new things while taking interview questions which is very effective way of teaching. We students usually face issue on where to learn concept and where do find questions but you've covered that gap brilliantly. Brilliant !
I have never seen any tutor sparing this much of energy to explain the concepts to the viewers. You deserve 5 star, if there were any star rating for this video. Keep up the good work.
Dont know whats the name of the tutor,take a bow.....you completly nailed it with perfection,how effortlessly you are teaching that makes complete sense to the audience.....Please keep inspiring us and educate us......
You don't know how much your helping people like me mam. Thank u so much for the video. From now on words I don't get any fear learning new concepts in Java because I have your teachings. Thanks a lot keep up the good work.
Hi Madam, I am working on one of the multinational company but here using only java 1.7 only but i want to learn java 1.8 at that time , i am searching in RUclips and saw many videos but from the heart it is very understandable for your videos. Thank you good explanation madam but please share with me continue videos on this. Finally i became strong in java 8
Thanks a ton mam! I have never understood these concepts these well! We have no words to really thank you for your great efforts and the way you teach us to understand complex things very easily and we will not forget them. I wish you to grow more in teaching in tech career. Please never stop and keep creating or covering more concepts. Thanks you so much again
Hi, I gone through all ur java8 series in one day morning session, next day am able lo to answer java8 questions in the interview, within 4 days am able to crack wipro, Accenture, TCS, Congnizant etc. Interviews. Thanks a lot for your efforts. Please do videos on collection classes internal implementation like array list, vector, stack, etc.
You can create an IntStream and use the stream values as index of the array and get the values and Multiply in a Map. Streams are not necessarily best everywhere but good for practice
Hi, madam, your teaching style is much more energetic if you have no problem can you explain to me which one is faster without a stream or with a stream in my case without stram it's taking 2ms (milli seconds) but in the case of stream it's taking 7ms. (Average)
Hi, You are awesome while describing any thing with code, I am following this channel since long, Do we have a repos for this or all the videos you have?
I have a suggestion, when you are explaining a problem. Please zoom out the content as the font size is less... A part from that , content is as good as usual...
Ma'am receiving response from you made my day..could you please provide a tutorial on RMI? Have gone through many videos but could not be successful in understanding it..awaiting your explanation
Your way of explaining is very clear and easy to understand, thanks a lot! Next part of this video is awaited. I sincerely request you to cover the following points also for future videos: 1. Multithreading Concepts (wait/sleep/join/yield methods, executor service) 2. Internal Implementation of Collection classes - (HashSet, ArrayList, PriorityQueue, and also Hashmap). I recently discovered your youtube channel and immediately hit Subscribe, keep posting more videos!
Your way of explaining is very clear and easy to understand, thanks a lot! Next part of this video is awaited. I sincerely request you to cover the following points also for future videos: 1. Multithreading Concepts (wait/sleep/join/yield methods, executor service) 2. Internal Implementation of Collection classes - (HashSet, ArrayList, PriorityQueue, and also Hashmap). I recently discovered your youtube channel and immediately hit Subscribe, keep posting more videos! 2
What a content which is really very impressive.. I was preparing Java 8 interview but this time everything is clear that why and how stream is important and developed
Watching till this video. Content is Awesome. Thanks for making the videos on the that. I would like to say that the way you are explaining the things is awesome. Would like to watch videos if you will cover the topics of Kakfa and security with okta. I searched everywhere but did not find any good information about that topics.
Thanks you so much for crystal clear explainations....Its helping me a lot to revise and understand depth in Java 8....Your hardwork is paying us thats the beauty of your teaching 😊👍
if new array needs to be created in that case List newl = new ArrayList(); for(int x:l) { if(x>=16) { newl.add(x); } System.out.println(newl.toString()); }
Hi Siddesha , below is the git link for all the source code we used : http link : github.com/codedecode25/Java-8-demos.git ssh link : git@github.com:codedecode25/Java-8-demos.git Please clone and let me know if u are able to access the code base
Streams will take only one input and if have many parameters to pass and need to validate inside the lambda expression, (i.e list is already coming inside filter or map, i need another two parameters where I want to check the condition ? Also I have a flag/boolean/string, based on the interation, I need to set the new value and return?
I have one doubt mam. When i hold ctrl and clicking the inbuilt classes like arraylist or whatever it is then its going to that particular class but i couldn't see those in left side package explorer. Do we need to make any configuration for that mam?
This lady has found out how Java is meant to be taught. You're literally teaching new things while taking interview questions which is very effective way of teaching. We students usually face issue on where to learn concept and where do find questions but you've covered that gap brilliantly. Brilliant !
Thanks for such a nice comment man. Means a lot to us 🙏🙏
I have never seen any tutor sparing this much of energy to explain the concepts to the viewers. You deserve 5 star, if there were any star rating for this video. Keep up the good work.
This means a lot Ramanathan 🙏🙏🙏🙏🙏thanks. This doesn't let our hardwork go in vain 🙏🙏
@@CodeDecode Yeah, I confirm, its really enjoyable to see how you care about the concepts youre explaining
Dont know whats the name of the tutor,take a bow.....you completly nailed it with perfection,how effortlessly you are teaching that makes complete sense to the audience.....Please keep inspiring us and educate us......
You don't know how much your helping people like me mam. Thank u so much for the video. From now on words I don't get any fear learning new concepts in Java because I have your teachings. Thanks a lot keep up the good work.
So glad to hear that Abhishek 🙏😊😊👍👍❤️
@@CodeDecode 😊😊
Hi Madam,
I am working on one of the multinational company but here using only java 1.7 only but i want to learn java 1.8 at that time , i am searching in RUclips and saw many videos but from the heart it is very understandable for your videos.
Thank you good explanation madam but please share with me continue videos on this. Finally i became strong in java 8
Hello. Thanks for such an awesome comment. These comments motivates us to put more such content. Thanks for taking your time out to appreciate us 🙂👍
Java 8 Interview Questions(New Features): ruclips.net/p/PLyHJZXNdCXsdeusn4OM33415DCMQ6sUKy
Java 8 Coding Interview Questions (Most Asked): ruclips.net/p/PLyHJZXNdCXsfcMboYwGoL6wKAFPxljz5W
While watching your each video I just got to know one thing teaching profession has its own charm and no one can easily dive and deliver.
❤️❤️❤️❤️
Thanks a ton mam! I have never understood these concepts these well! We have no words to really thank you for your great efforts and the way you teach us to understand complex things very easily and we will not forget them. I wish you to grow more in teaching in tech career. Please never stop and keep creating or covering more concepts. Thanks you so much again
Hi, I gone through all ur java8 series in one day morning session, next day am able lo to answer java8 questions in the interview, within 4 days am able to crack wipro, Accenture, TCS, Congnizant etc. Interviews. Thanks a lot for your efforts. Please do videos on collection classes internal implementation like array list, vector, stack, etc.
Thanks for the motivation and all the very best for your future interviews 😃
Very effective video. I got clear idea of Stream and removed phobia for Stream from my mind
Thanks
Taking as a interview points and covering all the topics was an brillant idea and your videos are very useful to me. THANKS ALOT
one of the best explanation on streams.whenever i revise for any java interviews will refer your videos..Thank you so much for your hardwork !!
Thanks for the nice words
The way of explaining is very clear and easy to understand.
Thanks Sravanthi 🙂🙂
You are a saviour.......so much detailed explanation and so much efforts...I am really really thankful🥺
❤❤
way of teaching with live demo is very good by this anyone can easily understand....good job
Thanks Rachna
thanks alot mam. i have cleared my interview today. lots of questions from this playlist
Many congratulations Shankar 🎉🎉🙂🙂. Keep learning keep shining Man⭐✨
@@CodeDecode thank you. Its alot to me . Happy new year 🥳
Thanks!! Happy new year to you too Shankar. May this year bring you all the success , health and happiness to you and ur family.
Waiting for multi threading questions please ... upload ASAP.. thank you in advance 🙏🙏🙏
Sure will upload soon 👍
@@CodeDecode please upload ASAP
Question: How can you use mapping and stream to multiply two numbers that are in different objectCollection list.
i really appreciate this video.
You can create an IntStream and use the stream values as index of the array and get the values and Multiply in a Map. Streams are not necessarily best everywhere but good for practice
Thank you so much mam 😊🙏...
You explains every topic in very simplified way...
Thanks Akshay 🙂👍
Hi, madam, your teaching style is much more energetic if you have no problem can you explain to me which one is faster without a stream or with a stream in my case without stram it's taking 2ms (milli seconds) but in the case of stream it's taking 7ms. (Average)
You are such a superb tutor! Stay blessed and Thank you very much!!
Thanks Gaurav 🙂
Hi, You are awesome while describing any thing with code, I am following this channel since long, Do we have a repos for this or all the videos you have?
We will search and upload on git 🙂
I have a suggestion, when you are explaining a problem. Please zoom out the content as the font size is less...
A part from that , content is as good as usual...
Sure. We have done that in recent videos. Thanks for the suggestion jayakrishna 🙂👍🙏🙏
Thank you very much .. will be waiting for continuation video.. and also please do it for multi threading
Sure 👍
@@CodeDecode tie shows ENG means england?
Actually waiting for streams.. thanks a ton madam💐
M glad 👍👍
Perfect explanation. You are a very good teacher 🙏. If possible please adjust the font size so that the video can be viewed from mobile as well
Thanks a ton Priya 🙂👍 sure we will do that
Very very very very very good videos....!
Thanks Ninad....
Liked this video so much! Learnt streams for the first time and understood it very clearly in a single video! Keep up the good work 👍🏻🤗
Thank you very much ma'am..this tutorial is helping me like anything. Ur hard work is really commendable and such a lovely explanation
Thanks a ton Manogna 🙂👍. Thanks for all the love and support
Ma'am receiving response from you made my day..could you please provide a tutorial on RMI? Have gone through many videos but could not be successful in understanding it..awaiting your explanation
Sure Manogna we will do that but tell us you need the level of video to be of developer lever or college graduation level.
@@CodeDecode developer ma'am..
Your way of explaining is very clear and easy to understand, thanks a lot!
Next part of this video is awaited. I sincerely request you to cover the following points also for future videos:
1. Multithreading Concepts (wait/sleep/join/yield methods, executor service)
2. Internal Implementation of Collection classes - (HashSet, ArrayList, PriorityQueue, and also Hashmap).
I recently discovered your youtube channel and immediately hit Subscribe, keep posting more videos!
Thanks for the suggestions. Will upload them ☺👍👍
Please make videos on Multi-Threading, Structural Design Patterns, Behavioural Design Patterns and JEE Design Patterns.
Sure 👍
Very Informative and clear explanation thank you
you are welcome ....
nicely explained got it in first time.thankyou mam
You're welcome
Your videos helped me a lot!! in future will defenitely buy bigger super thank
Thanks Abhishek. You being around is the most important thing for us. 🙂🙂keep learning keep rocking Man 🎉🎉🎉🎉
Thanks for this Java 8 Stream video. I'm waiting for Parallel Stream video please upload ASAP. It will be very helpful.
Sure, we will upload that soon 👍👍
next level of explanation Wahh ,thank you so much .Moz krdi
You are welcome....
thank you very much, it was a very clear and useful exposition
you're welcome
Very Nice and easy video to understand Java Streams!
Thanks 🙂👍
very well explained in very less time.
Thanks tabish
Very useful for the interviews . . Thankuuu so muchhhh
🙂🙂👍👍
Very good. Cant wait to see next one that you mention in the video. About of() and stream processing part.
Thanks Lee ❤
Great video with full explanation. 👍🏻
Thanks
Your way of explaining is very clear and easy to understand, thanks a lot!
Next part of this video is awaited. I sincerely request you to cover the following points also for future videos:
1. Multithreading Concepts (wait/sleep/join/yield methods, executor service)
2. Internal Implementation of Collection classes - (HashSet, ArrayList, PriorityQueue, and also Hashmap).
I recently discovered your youtube channel and immediately hit Subscribe, keep posting more videos!
2
Thanks for the suggestion. Will cover them soon 👍
Please make videos on
1. Map vs flatmap
2. Map and reduce
3. Optional in java8
surely we will create it soon.. thanks for the suggestions
Thank you soooooo much for your valuable information it's alot for me 👏🤝💐
Thanks for the nice words
Exceptional video !!!
Thank you
What a content which is really very impressive.. I was preparing Java 8 interview but this time everything is clear that why and how stream is important and developed
Thanks a ton Bhuwan 🙂👍keep learning keep rocking Man 👍👍
You are the best.I understood everything in one go,you explain so well.Thank you so much 🙏
Thanks Indranee 🙂👍
Parallel stream technique video please do it ASAP
I LIKE YOUR TEACHING METHOD
Next video will be on parallel streams 🙂
Well explained👏👏👏 ma'am please upload next part
Sure 👍👍
Very well explained. 👍 Thank you so much .
Thanks
When she read only one line and said to much of theory let try in IDE .😂😂
🤣😝 nice observation 😃 i don't like theory much that can't be proven🙊
Thank you for making these videos. They are really helpful.
M glad it is helpful Harsha 👍👍
You are doing such a good job...Hope you and we(your virtual family) get a handsome amount of subscribers
Thank you so much and we hope the same ......
I loved the way you explain and clear.
Thanks Pradyumn 🙂👍
Very happy to find such videos... really helpful also clear explanation .. expecting more and more from u ❤️
Thanks 👍☺️
Really loved this series, thanks for the videos.
Also, there's a joke.
What is Java?
Noone:
Code Decode: Java is NOTHING, but a programming language
😂thanks for supporting 👍👍
Thank you for the session.
You’re welcome
Watching till this video. Content is Awesome. Thanks for making the videos on the that. I would like to say that the way you are explaining the things is awesome. Would like to watch videos if you will cover the topics of Kakfa and security with okta. I searched everywhere but did not find any good information about that topics.
Nice info. But plz increase font size from next videos.
Sure Satish 🙂👍
This s amazing👍. Keep the good work going.
Thanks 👍👍🙂🙂
Good one again, please add flatMap vs map in the next video. Thank you!!
Sure 👍
Very useful info 🙏🙏🙏, Thank you madam.
You're Welcome Simhadri....
Very good explanation.
Thanks Vinay
Your way of explaining makes things simple and easy to understand. It's really great 👍 Thanks for all your efforts.
Thanks Dibya 🙂👍
Appreciate the efforts ,awesome demonstration !
Thanks Renu👍🙂
Thankyou so much , mam for this amazing content with great knowledge and way of teaching is so good.
Thanks Shashank 👍👍
Thanks a lot, mam.... actually I'm eagerly waiting for this.
👍👍
Very clear explanation ⭐⭐⭐⭐⭐ 🔥
Thanks Nikhilesh 🙂👍
Thanks you so much for crystal clear explainations....Its helping me a lot to revise and understand depth in Java 8....Your hardwork is paying us thats the beauty of your teaching 😊👍
🙂😇Thanks Sanjay. May you flourish and touch heights in your career Sanjay. We wish u all the very best for your future. Keep Rocking Man 🎉🎉
@@CodeDecode Thanks for your teaching, your java videos making us more confident on subject, Please make videos on executor service on multithreading.
All the topics covered are just awesome, keep doing great work.
Thanks 👍👍
Very good content.....helpful for all...on lighter note...dogs are barking in background :-)
Very nice explanation, thanks a lot.
You are welcome...
@@CodeDecode pls upload the pdf also, if possible
for the first example we could have used for(int x:l) {
if(x>=15
Sysout(x)} where l is of integers.
if new array needs to be created in that case
List newl = new ArrayList();
for(int x:l) {
if(x>=16) {
newl.add(x);
}
System.out.println(newl.toString());
}
really good thank you for your channel
Thanks Sekhar 👍
Nicely Explained
Thanks 👍
Great video very well explained.
You are doing a awesome job keep it up. Thanks!!
Thanks Kamran 👍👍🙏🙏
please share the source code of java 8 features programs, thanks a lot,mam for giving such a wonderful information ....
Hi Siddesha , below is the git link for all the source code we used :
http link : github.com/codedecode25/Java-8-demos.git
ssh link : git@github.com:codedecode25/Java-8-demos.git
Please clone and let me know if u are able to access the code base
It's nice both with theory and practice. Please provide next part also along with some use cases.
Sure 👍
Amazing ❤️ thank you so much ! Lots of love all the way from Pakistan ! :)
Thanks 🙏🙏
You're Welcome :)
Streams will take only one input and if have many parameters to pass and need to validate inside the lambda expression, (i.e list is already coming inside filter or map, i need another two parameters where I want to check the condition ?
Also I have a flag/boolean/string, based on the interation, I need to set the new value and return?
Awsome Ma'am!
Thanks Anjali 🙂👍
Wow... Again very good content and useful for interview :)
Thank you so much..
Thanks 👍😊
Nice learning Mam
Thanks Joseph 🙂👍
Waiting for Parallel steam concepts madam please do it ASAP
Sure
Awesome. Mam your explanation is crystal clear and way of teaching is also superb!! Waiting for more videos from you :) :)
Thanks Priyanka 🙂👍
I have one doubt mam. When i hold ctrl and clicking the inbuilt classes like arraylist or whatever it is then its going to that particular class but i couldn't see those in left side package explorer. Do we need to make any configuration for that mam?
Thank you 3000 🙂
🙃👍
Well explained 👍🏻
Thanks 👍👍
Very nice explaination thank you
You are welcome....
Before Java 8 lines are more but every can understand but in Java 8 less code and abstract
True Mahesh but once you get comfortable you will be just fine 🙂🙂👍👍
please do videos on complete spring and docker
sure we will cover it soon
Nice and clear explanation 👌👌
could you please provide us the source code for this concept?
Excellent
thanks...
Please make video on Stream concept.
ruclips.net/p/PLyHJZXNdCXsdeusn4OM33415DCMQ6sUKy
ruclips.net/video/cqQN8g4oR98/видео.html
Very helpful!!!❤️
Thanks....
Thank you so much 🙏🙏🙏
👍👍👍👍
Very good..
Thanks
Thanks for sharing!
You're Welcome....
Thank You so much!!
Welcome 👍👍🙃🙃