Skip to content

Master Stream API by solving different problems from this repository 💯 #Opensource #Java8 #JavaOpenSource

Notifications You must be signed in to change notification settings

sudarshan-doiphode/stream-api-exercises

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started 🚀

This repository covers most of the interview questions solved on stream api. You can refer below questions and try it by yourself, If help needed checkout solutions 😊

Refer Interview Question on Stream API:

Questions Solved in this Repository ➡️

Exercise 🔢 Question 🤔
Exercise - 1 Calculate Average of Integers using Streams
Exercise - 2 Convert a list of strings to uppercase or lowercase using streams
Exercise - 3 Calculate the sum of all even, odd numbers in a list using streams.
Exercise - 4 Remove all duplicate elements from a list using streams.
Exercise - 5 Count the number of strings in a list that start with a specific letter using streams.
Exercise - 6 Sort a list of strings in alphabetical order, ascending and descending using streams.
Exercise - 7 Find the maximum and minimum values in a list of integers using streams.
Exercise - 8 Find the second smallest and largest elements in a list of integers using streams.
Exercise - 9 Find the first element of a Stream in Java (Geeks for Geeks)

About

Master Stream API by solving different problems from this repository 💯 #Opensource #Java8 #JavaOpenSource

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages