I'm not OK with the response for this example :
Consider the following program:
Code: Select all
public class TestClass{   
public static void main(String[] args){     
String tom = args[0];     
String dick = args[1];     
String harry = args[2];   
}
 }  As there is no System.out.println the response should be "None of abode" not "333" !