#11 - Top Java 8 Stream API Coding Interview Questions with Detailed Answers #java #java8

preview_player
Показать описание
Hello Everyone,

In this video we'll see most important addition in Java under Java 8 the Stream API. In this video we have covered 10 Coding Interview Questions with Detailed Answers.

Please check and don't forget to leave a comment/like

0:00 Introduction
0:40 Write a program to print 5 random numbers using forEach in Java 8
4:00 Write a program to print 5 random numbers in sorted order using forEach in Java 8
5:00 Write a Java 8 program to get the sum of all numbers present in a list
6:23 Square the list of numbers and then filter out the numbers greater than 10 and then find the average of filtered numbers
8:33 Find the smallest and biggest number of a list using Java8
10:17 To find the number of Strings in a list whose length is greater than 4
12:06 How to concatenate two Streams
13:32 How to remove the duplicate elements from the list using Java 8 Stream API
15:34 Find out all the even numbers exist in the list using Stream functions using Java 8
17:33 Find the duplicate elements from a list using Java 8 Stream API

Java interview questions and answers

To check out more on the tutorials Topic wise you can follow below links

Links:

Please do checkout other tutorial videos also if required:

Please do LIKE, Share and SUBSCRIBE

Thank You

#java8 #streamapi #interview #java #codinginterviews
Рекомендации по теме
Комментарии
Автор

Thank you, good video. But I prefer use mapToInt() and after min() in (Problem 5) without Comparator.

ИванАлдохин
Автор

Hi, I have one question can u give answer for this
Find the second largest word in String like "I am good programmer" >> "good" using java8 streamapi

NehaRaut-vr
Автор

Find the second largest word in String like "I am good programmer" >> "good" using java8 streamapi can u give the solution for particular problem

NehaRaut-vr