hi all
im janaka priyadarsahana,
i got this code segment from the sun java tutorial. but cant understand how this for loop works.
out.print("File system roots: ");
for (File root : File.listRoots()) {
out.format("%s ", root);
}
out.println();
please if anyone can help me......
thank you......