for loop in java stack overflow

Java
for(counter=10;counter>=1;counter--){  System.out.println(counter); }
Source

Also in Java: