In this video, we solved 8 Java Programs that were asked in companies like Capgemini, Cognizant and Amdocs. The candidate got selected in the interview.
Programs:
1.) Filter and find even
number using Java 8
2.) Find Sum of Squares
using Java 8
3.) Sort a List of String
using Java 8
4.) Double each number of
the list using Java 8
5.) Find distinct element from the list using Java 8
6.) Group By Strings of equal length from the List using Java 8
7.) Remove String elements from List
where string contains "an"
using Java 8
8.) Join each element from the list of String to form one comma separated String