Write code to filter out loans with an incomplete status using Java 8 features.

AnswerBot
2y

Code to filter out loans with incomplete status using Java 8 features.

  • Use stream() method to convert the list of loans into a stream

  • Use filter() method to filter out loans with incomplete status

  • Use co...read more

Younis
5mo
loan.stream.filter(l-> status=="incomplete").collect(Collectors.toList())
Rajat Kumar
1y
ListcompleteLoan= loanslist.stream().filter(e->e.loanstatus=="incomplete";).collect(Collectors.toList());
Anonymous
8mo
loanslist.stream() .filter(loan::getStatus().equal("incomplete").collect(collectors.Tolist));
Onkar Dantakale
1y
Here you should use getLoanStatus.
James priskilla
2y

In Java means totally it is maths .

Maths means integer two integer, subtraction multiplication swap one ,swap two

Maths are arrange into maps filter these is Java we all doing these in note pad word pa...read more

Select
Add answer anonymously...

Infosys Java Developer interview questions & answers

A Java Developer was asked 1mo agoQ. What is a profiler?
A Java Developer was asked 1mo agoQ. What is the MVC architecture?
A Java Developer was asked 2mo agoQ. Explain the features of Java 21.

Popular interview questions of Java Developer

A Java Developer was asked 1mo agoQ1. What is a profiler?
A Java Developer was asked 1mo agoQ2. How can you reverse a string using the Stream API?
A Java Developer was asked 1mo agoQ3. What is REST API?
Infosys Java Developer Interview Questions
Stay ahead in your career. Get AmbitionBox app
play-icon
play-icon
qr-code
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

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd.

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter
Profile Image
Hello, Guest
AmbitionBox Employee Choice Awards 2025
Winners announced!
awards-icon
Contribute to help millions!
Write a review
Write a review
Share interview
Share interview
Contribute salary
Contribute salary
Add office photos
Add office photos
Add office benefits
Add office benefits