Top Java 8 Streams API Interview Questions and Answers | Parallel Stream | Code Decode

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 ก.พ. 2021
  • Stream api in Java 8 is very important in Java 8 and code decode covered all important Java 8 Interview Questions in this video
    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...
    Stream :
    If we want to process bulk objects of collection then go for streams concept.
    Way to operate on collection in java 8 is Stream.
    Its a special iterator class that allows processing collections of objects in a functional manner.
    Eg : fetch all objects from collection of list whose value is greater than 15
    Why streams were introduced in java 8 if we already had java.io.stream?
    Java io streams is a sequence of characters or binary data which is used to be written to a file or to read data from a file.
    While streams java 1.8 is no where related to files, its related to collection object.
    Java io streams related to file whereas java 8 streams are related to collection object.
    Hence if we need to perform some operations on collection there we should go for streams.
    To represent group of collection as single entity then we should use collection concept.
    If we want to perform operation on bulk objects in collection then we should go for Streams.
    We can get stream object by :
    Stream s = collectionObject.stream();
    Once we get stream object we can process the object of collection.
    Processing of stream consists of 2 steps/ stages
    Configuration of stream
    Processing that configuration
    Configuration can be done by
    Map
    Filter
    Stream s = collectionObject.stream().filter(i 🡪 i % 2 ==0);
    What if we don’t want to filter out.
    We rather want to create new object against each existing stream object based on some function.
    EG in given stream create new object by squaring its value
    If we want to fetch / filter objects from collection like eg : filter only even numbers from array list collection the use Filter for configuration of stream.
    If we want to perform some operation on each objects of the collection then create another mapped object with different value(after operation is performed ) for each object of that collection, then use map.
    In filter, because of filtering, number of objects in filtered list is less than original list While in Map same number of objects are there in both new and original list created.
    -------------------------------------------------------------------------------------------------------------------------------------
    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 #java8StreamApi #java8interviewquestions #codedecode

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

  • @SkepticTuism
    @SkepticTuism 9 หลายเดือนก่อน +8

    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 !

    • @CodeDecode
      @CodeDecode  9 หลายเดือนก่อน +3

      Thanks for such a nice comment man. Means a lot to us 🙏🙏

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

    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.

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

      This means a lot Ramanathan 🙏🙏🙏🙏🙏thanks. This doesn't let our hardwork go in vain 🙏🙏

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

      @@CodeDecode Yeah, I confirm, its really enjoyable to see how you care about the concepts youre explaining

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

    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......

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

    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 👍🏻🤗

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

    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

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

    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 !!

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

      Thanks for the nice words

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

    Very happy to find such videos... really helpful also clear explanation .. expecting more and more from u ❤️

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

      Thanks 👍☺️

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

    You are a saviour.......so much detailed explanation and so much efforts...I am really really thankful🥺

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

    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.

    • @CodeDecode
      @CodeDecode  10 หลายเดือนก่อน +1

      So glad to hear that Abhishek 🙏😊😊👍👍❤️

    • @AbhishekKumar-on8zm
      @AbhishekKumar-on8zm 10 หลายเดือนก่อน

      @@CodeDecode 😊😊

  • @GauravSharma-sq7zc
    @GauravSharma-sq7zc ปีที่แล้ว +1

    You are such a superb tutor! Stay blessed and Thank you very much!!

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

      Thanks Gaurav 🙂

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

    Very effective video. I got clear idea of Stream and removed phobia for Stream from my mind

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

    Very good. Cant wait to see next one that you mention in the video. About of() and stream processing part.

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

    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.

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

    Wow... Again very good content and useful for interview :)
    Thank you so much..

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

    Actually waiting for streams.. thanks a ton madam💐

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

    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!

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

      Thanks for the suggestions. Will upload them ☺👍👍

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

    Waiting for multi threading questions please ... upload ASAP.. thank you in advance 🙏🙏🙏

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

    Thank you so much mam 😊🙏...
    You explains every topic in very simplified way...

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

      Thanks Akshay 🙂👍

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

    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.

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

      Thanks for the motivation and all the very best for your future interviews 😃

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

    You are doing such a good job...Hope you and we(your virtual family) get a handsome amount of subscribers

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

      Thank you so much and we hope the same ......

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

    Great video very well explained.
    You are doing a awesome job keep it up. Thanks!!

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

      Thanks Kamran 👍👍🙏🙏

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

    Thanks a lot, mam.... actually I'm eagerly waiting for this.

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

    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.

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

      ❤️❤️❤️❤️

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

    Thank you for making these videos. They are really helpful.

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

      M glad it is helpful Harsha 👍👍

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

    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

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

      Thanks a ton Priya 🙂👍 sure we will do that

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

    Thanks for this Java 8 Stream video. I'm waiting for Parallel Stream video please upload ASAP. It will be very helpful.

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

      Sure, we will upload that soon 👍👍

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

    The way of explaining is very clear and easy to understand.

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

      Thanks Sravanthi 🙂🙂

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

    way of teaching with live demo is very good by this anyone can easily understand....good job

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

    Thankyou so much , mam for this amazing content with great knowledge and way of teaching is so good.

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

      Thanks Shashank 👍👍

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

    Appreciate the efforts ,awesome demonstration !

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

      Thanks Renu👍🙂

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

    Thank you very much .. will be waiting for continuation video.. and also please do it for multi threading

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

      Sure 👍

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

      @@CodeDecode tie shows ENG means england?

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

    Good one again, please add flatMap vs map in the next video. Thank you!!

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

    Thank you very much ma'am..this tutorial is helping me like anything. Ur hard work is really commendable and such a lovely explanation

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

      Thanks a ton Manogna 🙂👍. Thanks for all the love and support

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

      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

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

      Sure Manogna we will do that but tell us you need the level of video to be of developer lever or college graduation level.

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

      @@CodeDecode developer ma'am..

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

    Link to the next one (stream processing) : th-cam.com/video/cqQN8g4oR98/w-d-xo.html

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

    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

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

      😂thanks for supporting 👍👍

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

    thanks alot mam. i have cleared my interview today. lots of questions from this playlist

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

      Many congratulations Shankar 🎉🎉🙂🙂. Keep learning keep shining Man⭐✨

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

      @@CodeDecode thank you. Its alot to me . Happy new year 🥳

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

      Thanks!! Happy new year to you too Shankar. May this year bring you all the success , health and happiness to you and ur family.

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

    Very well explained. 👍 Thank you so much .

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

    I loved the way you explain and clear.

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

      Thanks Pradyumn 🙂👍

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

    next level of explanation Wahh ,thank you so much .Moz krdi

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

      You are welcome....

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

    Question: How can you use mapping and stream to multiply two numbers that are in different objectCollection list.
    i really appreciate this video.

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

      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

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

    This s amazing👍. Keep the good work going.

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

      Thanks 👍👍🙂🙂

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

    All the topics covered are just awesome, keep doing great work.

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

    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?

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

      We will search and upload on git 🙂

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

    Very useful for the interviews . . Thankuuu so muchhhh

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

      🙂🙂👍👍

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

    thank you very much, it was a very clear and useful exposition

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

    Wonderful explanations... thanks a lot :)

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

      Thanks Pradip🙂👍

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

    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 😊👍

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

      🙂😇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 🎉🎉

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

      @@CodeDecode Thanks for your teaching, your java videos making us more confident on subject, Please make videos on executor service on multithreading.

  • @user-si5it5ew6j
    @user-si5it5ew6j ปีที่แล้ว

    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)

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

    Amazing ❤️ thank you so much ! Lots of love all the way from Pakistan ! :)

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

    Very Informative and clear explanation thank you

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

      you are welcome ....

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

    Very Nice and easy video to understand Java Streams!

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

    Very useful info 🙏🙏🙏, Thank you madam.

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

      You're Welcome Simhadri....

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

    nicely explained got it in first time.thankyou mam

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

    Great video with full explanation. 👍🏻

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

      Thanks

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

    Very helpful!!!❤️

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

    Your videos helped me a lot!! in future will defenitely buy bigger super thank

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

      Thanks Abhishek. You being around is the most important thing for us. 🙂🙂keep learning keep rocking Man 🎉🎉🎉🎉

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

    Please make videos on Multi-Threading, Structural Design Patterns, Behavioural Design Patterns and JEE Design Patterns.

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

    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 TH-cam 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

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

      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 🙂👍

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

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

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

      Java 8 Coding Interview Questions (Most Asked): th-cam.com/play/PLyHJZXNdCXsfcMboYwGoL6wKAFPxljz5W.html

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

    Thanks for sharing!

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

      You're Welcome....

  • @rahul.ranjan1242
    @rahul.ranjan1242 3 ปีที่แล้ว +1

    Very nice explanation, thanks a lot.

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

      You are welcome...

    • @rahul.ranjan1242
      @rahul.ranjan1242 3 ปีที่แล้ว

      @@CodeDecode pls upload the pdf also, if possible

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

    Well explained👏👏👏 ma'am please upload next part

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

    Thank you so much 🙏🙏🙏

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

      👍👍👍👍

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

    Nicely Explained

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

    Thank You so much!!

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

      Welcome 👍👍🙃🙃

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

    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?

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

    Thank you soooooo much for your valuable information it's alot for me 👏🤝💐

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

      Thanks for the nice words

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

    Please make videos on
    1. Map vs flatmap
    2. Map and reduce
    3. Optional in java8

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

      surely we will create it soon.. thanks for the suggestions

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

    Very clear explanation ⭐⭐⭐⭐⭐ 🔥

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

      Thanks Nikhilesh 🙂👍

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

    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?

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

    Parallel stream technique video please do it ASAP
    I LIKE YOUR TEACHING METHOD

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

      Next video will be on parallel streams 🙂

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

    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...

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

      Sure. We have done that in recent videos. Thanks for the suggestion jayakrishna 🙂👍🙏🙏

  • @Sachin-je7ue
    @Sachin-je7ue 3 หลายเดือนก่อน +5

    When she read only one line and said to much of theory let try in IDE .😂😂

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

      🤣😝 nice observation 😃 i don't like theory much that can't be proven🙊

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

    Well explained 👍🏻

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

    Thank you 3000 🙂

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

    very well explained in very less time.

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

    Very nice explaination thank you

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

      You are welcome....

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

    Nice and clear explanation 👌👌
    could you please provide us the source code for this concept?

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

    really good thank you for your channel

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

      Thanks Sekhar 👍

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

    Excellent

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

    Very good content.....helpful for all...on lighter note...dogs are barking in background :-)

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

    please share the source code of java 8 features programs, thanks a lot,mam for giving such a wonderful information ....

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

      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

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

    Very very very very very good videos....!

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

      Thanks Ninad....

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

    Hi your videos are very easy to understand, thank you for putting in such amazing work. Could you please create a Spring interview question series.

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

      Hi. Thanks. It's already uploaded in playlist. Please let me know if you don't find one

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

      @@CodeDecode Hi thanks for your response. I do see couple of tutorials for Spring Boots but can't find on Springs specifically. Is it part of other video?

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

      @@iloradas6387 Yes we haven't made video on particularly Spring yet. But we will upload it soon . Thanks for the suggestion

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

    Thanks a lot

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

    Awsome Ma'am!

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

      Thanks Anjali 🙂👍

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

    for the first example we could have used for(int x:l) {
    if(x>=15
    Sysout(x)} where l is of integers.

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

      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());
      }

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

    Your way of explaining makes things simple and easy to understand. It's really great 👍 Thanks for all your efforts.

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

      Thanks Dibya 🙂👍

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

    Very good explanation.

  • @unemployedcse3514
    @unemployedcse3514 11 วันที่ผ่านมา +1

    awesome ❤

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

    nice explaination

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

      👍😊

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

    Waiting for Parallel steam concepts madam please do it ASAP

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

    thank you

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

      You are welcome ....

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

    Very good..

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

    nice one..

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

      Thank you 😃

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

    HI can you please take one vedio use if else condtions and null checks using java8.

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

      Nice topic. Thanks for suggestion we will do that soon 👍🙂

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

    Good one

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

    Awesome. Mam your explanation is crystal clear and way of teaching is also superb!! Waiting for more videos from you :) :)

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

      Thanks Priyanka 🙂👍

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

    understood:)

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

    please do videos on complete spring and docker

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

      sure we will cover it soon