answersLogoWhite

0

What is enchanced for loop?

User Avatar

Anonymous

14y ago
Updated: 8/18/2019

The enhanced for loop, new to Java 6, is a specialized for loop that simplifies looping through an array or a collection. In this chapter we're going to focus on using the enhanced for to loop through arrays. We'll revisit the enhanced for as we discuss collections in the future chapter.

Instead of having three components, the enhanced for has two.

for(declaration : expression)

The two pieces of the for statement are

• declaration The newly declared block variable, of a type compatible with the elements of the array you are accessing. This variable will be available within the for block, and its value will be the same as the current array element.

• expression This must evaluate to the array you want to loop through. This could be an array variable or a method call that returns an array. The array can be any type: primitives, objects, even arrays of arrays.

Using the above definitions, let's look at some legal and illegal enhanced for declarations:

String [] sNums = {"one", "two", "three"};

// legal 'for' declarations

for(String s : sNums) ; // loop thru the array of Strings

The enhanced for loop assumes that, barring an early exit from the loop, you'll always loop through every element of the array. The following discussions of break and continue apply to both the basic and enhanced for loops.

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

An on screen note that provides command name?

Enchanced screen tip


How do you get enhanced goku in dragon ball raging blast 2?

sorry but you need a special edition to get enchanced goku


How do you enhance shades of yellow?

The question is vauge, colors may be enchanced via shade differentiation, contrast, and brightness.


What are the release dates for Loop Loop Loop Loop - 2014?

Loop Loop Loop Loop - 2014 was released on: USA: 15 February 2014


Which geographic feature of Spain and Portugal most enchanced their ability to engage in exploration?

Peninsular location?


What is a nested loop in java?

A nested loop is a (inner) loop that appears in the loop body of another (outer) loop. The inner or outer loop can be any type: while, do while, or for. For example, the inner loop can be a while loop while an outer loop can be a for loop.


What is gorilla glue?

== == "Gorilla Glue" is the brand name of an amber colored glue designed for use with wood. Its curing is enchanced by humidity or moisture.


What is measured using the enchanced fujita scale?

The Enhanced Fujita scale is used to measure the intensity of tornadoes based on the severity of the damage they cause.


What is the opposite word of slim?

probably fat or chubby. Horizontally challenged?


What has the author Jian-Dong Xu written?

Jian-Dong Xu has written: 'Enchanced machine tool design within an integrated environment'


The while loop is a type of loop?

Is loop


Are black diamonds enchanced real diamonds?

Black diamonds -- properly Carbonado, are real diamonds, with our without enhancements. You can read more about Carbonado, below.