Page 1 of 1

About Question com.enthuware.ets.scjp.v6.2.241 :

Posted: Thu Apr 14, 2011 11:55 am
by ETS User
I belive there is a mistake in the explenation. The line for (int j = 0; j 10; j++)

String String = ""; //This is valid.
String : for(int i = 0; i 10; i++) //This is valid too!
{
for (int j = 0; j 10; j++)
{
if ( i+ j > 10 ) break String;
}
System.out.println( "hello");
}

Re: About Question com.enthuware.ets.scjp.v6.2.241 :

Posted: Thu Apr 14, 2011 7:59 pm
by admin
< was hidden due to HTML conversion. This has now been fixed.

Thanks for reporting!