I am really really sorry...
here is the actual culprit...
class JMM112 {
public static void main (String[] args) {
int j = 0;
for (int i = 0; i++ < 2

do
System.out.print(i);
while (j++ < 2);
}}
i am not clear with any of such lopps... which was there in all the previous examples... plz explain me this one...