I know the meaning of foreach in programming and when to use it. Is there a foreach keyword in Java? I tried to find a list of keywords but there is only for and not foreach.
I know the meaning of foreach in programming and when to use it. Is
Share
foreach is not a java keyword (IDE recognizes it and puts the “For-each” loop).