You are on page 1of 1

1. Find the unique elements from a List using stream APi?

2. Sort the employees of a organaizaton according to their first name(ascending order) and if
first name matches then according to highest salary?
3. count each character from a string using hashmap?
4. Find the minimum element from an rotated array?
5. Print the objects from an ArrayList using Lamda's expression?
6. Swap two numbers without using the third variable?
7. Palindrome string?
8. print all the 4 digit numbers whose sum of individual digits is 7. if the sum of 4 digits goes
more than 9, again find out the sum of those two digits and print that 4 digit number whose
sum is 7?
9. Sort a List using stream api?
10. Write a program for optional class?
11. Remove duplicates from an array?
12. Armstrong number?

You might also like