Page 1 of 1

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

Posted: Sun Feb 27, 2011 12:13 am
by ETS User
Given the following program, which statement is true?

class SomeClass
{
public static void main( String args[ ] )
{
if (args.length == 0 )
{
System.out.println("no arguments") ;
}
else
{
System.out.println( args.length + " arguments.") ;
}
}
}
I think the answer selections should reflect that there is a period in " arguments." Just so we don't think anything tricky is going on :)

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

Posted: Sun Feb 27, 2011 6:09 am
by admin
You are right. Should be fixed.