How is colon : used in for{} loop?
807607Dec 24 2006 — edited Dec 24 2006I was taking a Java test and found a question that asked how to use a colon : character in a for loop?... like this...
for { : }
I was supposed to fill in some objects, but I have no idea how a : is used in a for{} loop?
Any comments?
Jon