For each loop in java

AnswerBot
6mo

For each loop in Java is used to iterate over elements in an array or a collection.

  • Syntax: for (datatype element : array/collection)

  • Can be used with arrays, lists, sets, maps, etc.

  • Avoids the need for ...read more

Kishore M
1y
  • It makes the code more readable.

  • It eliminates the possibility of programming errors.


for(data_type variable : array | collection){

//body of for-each loop }

Help your peers!
Add answer anonymously...
ValueLabs Senior Software Engineer Interview Questions
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
65 L+

Reviews

4 L+

Interviews

4 Cr+

Salaries

1 Cr+

Users/Month

Contribute to help millions
Get AmbitionBox app

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

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter