About Question enthuware.jwpv6.2.986 :
Posted: Fri Jul 12, 2013 1:31 pm
Is the signature correct like this?
public static String transformString(String arg);
or it has to be
public static String transform(String arg);
?
public static String transformString(String arg);
or it has to be
public static String transform(String arg);
?