Dec 24, 2006 #1 Joncamp MIS Oct 30, 2006 15 US Taking a Java test I found a for{} loop which had a : character in it?... like this... for { : } I was supposed to fill in some objects, but I have no idea how a : character does in a for loop? Any comments? JON
Taking a Java test I found a for{} loop which had a : character in it?... like this... for { : } I was supposed to fill in some objects, but I have no idea how a : character does in a for loop? Any comments? JON
Dec 24, 2006 #2 Diancecht Programmer Jan 8, 2004 4,042 ES Maybe this helps: http://jcp.org/aboutJava/communityprocess/jsr/tiger/enhanced-for.html Cheers, Dian Upvote 0 Downvote