Given an array {1, 2, 1, 4, 5, 4, 8, 7}, how can you use Streams to remove duplicates while retaining only the even numbers?

AnswerBot
6mo
Use Streams to remove duplicates and retain only even numbers from an array.
Convert the array to a stream using Arrays.stream()
Use distinct() to remove duplicates
Filter out odd numbers using filter()
C...read more
Help your peers!
Add answer anonymously...
Cognizant Senior Java Developer interview questions & answers
A Senior Java Developer was asked 6mo agoQ. What is the difference between @RestController and @Controller annotations?
A Senior Java Developer was asked 6mo agoQ. What is the use of static and final keywords, and when would you use static meth...read more
A Senior Java Developer was asked 6mo agoQ. Given an array {1, 2, 1, 4, 5, 4, 8, 7}, how can you use Streams to remove dupli...read more
Popular interview questions of Senior Java Developer
A Senior Java Developer was asked 6mo agoQ1. What is the difference between @RestController and @Controller annotations?
A Senior Java Developer was asked 6mo agoQ2. What is the use of static and final keywords, and when would you use static meth...read more
A Senior Java Developer was asked 6mo agoQ3. Given an array {1, 2, 1, 4, 5, 4, 8, 7}, how can you use Streams to remove dupli...read more
Stay ahead in your career. Get AmbitionBox app


Trusted by over 1.5 Crore job seekers to find their right fit company
80 L+
Reviews
10L+
Interviews
4 Cr+
Salaries
1.5 Cr+
Users
Contribute to help millions
AmbitionBox Awards
Get AmbitionBox app

