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

All the posts and topics that contain only an error report will be moved here after the error is corrected. This is to ensure that when users view a question in ETS Viewer, the "Discuss" button will not indicate the presence of a discussion that adds no value to the question.

Moderators: Site Manager, fjwalraven

Post Reply
ETS User

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

Post 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 :)

admin
Site Admin
Posts: 10036
Joined: Fri Sep 10, 2010 9:26 pm
Contact:

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

Post by admin »

You are right. Should be fixed.
If you like our products and services, please help us by posting your review here.

Post Reply

Who is online

Users browsing this forum: No registered users and 22 guests