for-ete loop sytnax java

for(dataType item : array) {
    ...
}
SAMER SAEID