On the spot. Best practical video on this topic so far. Will revisit again and again to refresh my memory.
@JavaTechies Жыл бұрын
Thanks for your support
@vikrantharne93453 жыл бұрын
one more question to add to list... que : get all employee having address (is of list type) start with P and having age greater than 22 ans : employees.stream() .filter(employee -> employee.getAge()>22&&employee.getAddresses().stream() .anyMatch(adr -> adr.getCity().startsWith("p"))) .forEach(System.out::println);
@samsonrj562811 ай бұрын
This is very informative and useful. Thanks for the excellent streams questions and solutions.
@JavaTechies11 ай бұрын
Thank you so much for your feedback and support, it motivates me.
@MrSid22793 жыл бұрын
Very nice exercise for practice on Streams. Excellent.
@sandeepikaenagaluru84623 жыл бұрын
Love you Manasi. You really helping others.
@JavaTechies3 жыл бұрын
Thanks
@anuragpundir14833 жыл бұрын
i love you too mansi
@rexsam31342 жыл бұрын
@@anuragpundir1483 ?????
@ajeet382 Жыл бұрын
You nailed it mansi . very impressive set of questions . keep up the good work
@JavaTechies Жыл бұрын
Thank you so much, I really appreciate your feedback 🙏
@vengateshm21223 жыл бұрын
Excellent. We'll organised.
@ankitmishra93243 жыл бұрын
Keep up the good work Mansi and Team , you guys are really helpful in cracking the interviews.
@JavaTechies3 жыл бұрын
Thank you sir ji
@sekhar14301 Жыл бұрын
Thank you so much.. these examples are enough to crack the java8 for interview questions
@JavaTechies Жыл бұрын
Thank you
@vishnuprahladan41523 жыл бұрын
It s really helpful. Thanks Java Techies Team.
@apx10113 жыл бұрын
Very very Helpful 👍 Thank you so much. Keep posting such real time scenarios of coding.
@mdmujahid8968 Жыл бұрын
Best stream api videoon KZbin
@JavaTechies Жыл бұрын
Thank you so much
@srikanthlaggeri93253 жыл бұрын
Thank you so much. This video gave more clarity on Streams. Can you please make a video on the Design patterns where it is implemented interview point of view .
@JavaTechies3 жыл бұрын
Sure
@Krishnaentertainments76532 жыл бұрын
THANKS FOR YOUR VALUABLE INFORMATION ,IT HELP TO GET KNOWLEDGE
@JavaTechies2 жыл бұрын
Most welcome, we keep on sharing more valuable information in our whatsapp and telegram groups too. Feel free to join there of you want.
@manuvashist3464 Жыл бұрын
Really helpful questions to brush up
@JavaTechies Жыл бұрын
Thank you so much
@naveenbv18382 жыл бұрын
Thanks a lot for your effort and time you have invested to make us understand so clear in simple but effective examples. 🙏
@JavaTechies2 жыл бұрын
Thanks
@ashrafqureshi93332 жыл бұрын
Thanks, Looking for such compilation of questions to practise stream. Really helpful 😄
@JavaTechies2 жыл бұрын
Thanks
@abhilashpatel6852 Жыл бұрын
But how static method reference to Employee getter methods are working even if they are non-static method?
@rajumurugesan69272 жыл бұрын
Hi i really happy for this example.please prepare more programming interview questions
@JavaTechies2 жыл бұрын
Thank you so much, sure
@rushikeshgodase8498 Жыл бұрын
Excellent Questions
@JavaTechies Жыл бұрын
Thank you
@venkatreddy5253 жыл бұрын
This is a fantastic list of questions.
@rohitkumar-vk4fx3 жыл бұрын
You people are doing great work 👍👍
@saivamsi48113 жыл бұрын
Thanks a ton for your hardwork and service...you are really helping a lot in cracking interviews..
@JavaTechies3 жыл бұрын
Thanks
@basavarajnv10173 жыл бұрын
Great work Manasi 👍thanks for the video ✌️
@JavaTechies3 жыл бұрын
Thanks
@radharanganathan96103 жыл бұрын
Vry useful examples Request u to increase the font size of programs
@JavaTechies3 жыл бұрын
Extremely sorry if that's not correctly visible, will take care next time
@radharanganathan96103 жыл бұрын
@@JavaTechies tq
@nextgensolver3 жыл бұрын
Thanks Mansi for sharing your knowledge & Experience ❤️.
@JavaTechies3 жыл бұрын
Welcome 🙏
@manishagarwal15052 жыл бұрын
Good tutorial for java streams and lambda. Though I noticed that you used == for string comparison while we should use .equals something like "Male".equals(x.getGender())
@JavaTechies2 жыл бұрын
Thank you
@Anilkumar-reddy Жыл бұрын
Thanks Mansi for your extreme efforts, keep it up. we need more videos from you. For the method 8 we can use like these right? Optional min = employeeList.stream().min(Comparator.comparing(Employee :: getYear));
@priyakoli55729 ай бұрын
Hi Ma'am, First of all Thank you very much for your efforts, its really helpful. wanted to ask one question: in method8 i am getting Optional.empty whereas if i remove either of condition then then o get some result, why so for me?
@JavaTechies9 ай бұрын
I did not get your question, join us on WhatsApp or telegram group, which is totally free, you can share your code and questions, either me or someone will be able to help you. thank you
@naveenvenkatesh32223 жыл бұрын
Keep up the good work 👏
@JavaTechies3 жыл бұрын
Thanks
@karanjain243 жыл бұрын
Absolutely loved the content, helped me a lot! Thanks 👍🏼
@JavaTechies3 жыл бұрын
Thanks
@jagadishgouda44962 жыл бұрын
Thanks a ton Mansi..Really appreciate you 👏🏻👏🏻
@JavaTechies2 жыл бұрын
Thank you
@flight_of_phoenix2 жыл бұрын
I appreciate your hard work
@JavaTechies2 жыл бұрын
Thanks
@pratikgaurav66313 жыл бұрын
Good one mansi and the backend team :)
@JavaTechies3 жыл бұрын
Be the team
@nchavva3 жыл бұрын
Superb
@dheerajjham39102 жыл бұрын
Thanks a lot Java Techies..
@JavaTechies2 жыл бұрын
You are welcome
@imvickkie3 жыл бұрын
Excellent
@JavaTechies3 жыл бұрын
Thanks
@dellcruzo3 жыл бұрын
Awesome content 👍
@JavaTechies3 жыл бұрын
Thank you DellCruzo
@sreejak67763 жыл бұрын
Thankyou so much for the informative questions
@JavaTechies3 жыл бұрын
You're welcome 🙏
@WhiteObama1122 жыл бұрын
for the question no 12 - I did some changes, here we need the list of names for each department which can be done with only stream like below. Map namesByDept = employeeList.stream().collect( Collectors.groupingBy(Employee::getDepartment) ) .entrySet().stream() .collect(Collectors.toMap(o -> o.getKey(), o -> o.getValue() .stream() .map(m -> m.getName()) .collect(Collectors.toList()) ));
@JavaTechies2 жыл бұрын
Thanks
@sanchitthai48222 жыл бұрын
This is awesome dude, why you stopped making, please make some more
@JavaTechies2 жыл бұрын
Thank you buddy, for sure we will add more. Working on something more awesome 😊
@thiyagarajan94103 жыл бұрын
If source code link was added in the description it would be better
@JavaTechies3 жыл бұрын
Added
@pravinppatil21163 жыл бұрын
Examples you have taken here are really helpful, Good Work keep it up. I want you to Correct 1-2 mistakez here while comparing string you have using == operation instead of that we should use equals method.
@JavaTechies3 жыл бұрын
Ya, fine, thank you
@priyakoli55729 ай бұрын
Also for method4, what if we have 2 employees with same highest salary? then it displays only 1 person's salary....why so why not 2 if both have same highest salary?
@JavaTechies9 ай бұрын
Is it using findfirst ??
@Ankitkumar-js3cj2 жыл бұрын
Great work . Thanks a lot.
@JavaTechies2 жыл бұрын
Thanks
@HandleAdded12 жыл бұрын
just awesome 👍
@JavaTechies2 жыл бұрын
Thank you
@start1learn-n1712 жыл бұрын
TQ...that's helpful
@srinath7103 жыл бұрын
This what exactly iam looking for.
@JavaTechies3 жыл бұрын
Thanks
@asashish9053 жыл бұрын
Hi, most of your videos in the description are private. Unable watch. Can you help please?
@JavaTechies3 жыл бұрын
You can directly go to my channel and watch, all the visible ones will be public
@sangitamohanty79193 жыл бұрын
Hi , Need one help can u plz help how to get 2nd highest salary of each department
@kasivundavalli18833 жыл бұрын
method4. high salary name is giving only last list name always.. please correct it.
@joelgeorge10643 жыл бұрын
could get the result by this way also employeeList.stream().max(Comparator.comparing(Employee::getSalary);
@AmitKumar-we8dm Жыл бұрын
bahaut badhiya didi
@JavaTechies Жыл бұрын
Thank you
@KiranKumar-ud6zz3 жыл бұрын
👏👏👏👏👍👍👍👍👍
@rahuljain-zw8vx2 жыл бұрын
cant get the source code, page not opening
@JavaTechies2 жыл бұрын
Login and try, it should open
@rahuljain-zw8vx2 жыл бұрын
@@JavaTechies got it🥳
@neerajrajak61503 жыл бұрын
Thanks you so much
@JavaTechies3 жыл бұрын
Wc
@simplyarranged2 жыл бұрын
Where is sir?🌹
@tanishkaggarwal2846 Жыл бұрын
Can I get te code for pratice
@JavaTechies Жыл бұрын
Yes, go to our GitHub
@vamshikrishnagolla65063 жыл бұрын
Tqs a lot !!
@JavaTechies3 жыл бұрын
Welcome 🙏
@start1learn-n17110 ай бұрын
Tq
@JavaTechies10 ай бұрын
You are welcome
@brijeshverma74562 жыл бұрын
Hi I have one question where i need to sort based on price. Can you please help Ques: Using Java8, sort the products in "Electronics" and "Accessories" by attribute "price" in desc order? public static void sortData() { List electronics = new ArrayList(); Map map1 = new HashMap(); map1.put("price", "100"); map1.put("name", "Camera"); Map map2 = new HashMap(); map2.put("price", "200"); map2.put("name", "Laptop"); Map map3 = new HashMap(); map3.put("price", "90"); map3.put("name", "WebCam"); electronics.add(map1); electronics.add(map2); electronics.add(map3); // Comparator.comparing() ->Integer.parseInt(); List accessories = new ArrayList(); Map amap1 = new HashMap(); amap1.put("price", "50"); amap1.put("name", "CameraBag"); Map amap2 = new HashMap(); amap2.put("price", "80"); amap2.put("name", "LaptopBag"); Map amap3 = new HashMap(); amap3.put("price", "10"); amap3.put("name", "MousePad"); accessories.add(amap1); accessories.add(amap2); accessories.add(amap3); Map input = new HashMap(); input.put("Electronics", electronics); input.put("Accessories", accessories); }
@AHMADRAZAKHANjava3 жыл бұрын
Pls provide the source code
@shankararvapally33333 жыл бұрын
Can you please share github link?
@JavaTechies3 жыл бұрын
Posted on our website: javatechiess.wordpress.com/2021/06/02/cracking-the-coding-interview-java-streams-coding-questions/
@viswanathperada59563 жыл бұрын
@@JavaTechies couldn't find the githib link in the site. Can you please add it under the video description section. Thanks in advance. Nice content extremely helpful. Awaiting for more concepts and videos.
@girish444442 жыл бұрын
If there is more than 1 highest paid employee then it will give wrong result I think? For that : empList.stream() .collect(Collectors.groupingBy(Employee::getSalary, TreeMap::new, Collectors.toList())) .lastEntry() // for lowest salary you should use firstEntry; .getValue().forEach(entry -> System.out.println("Name : "+entry.getName() + " , "+ "Salary : "+ entry.getSalary()));