多选题 Given the current directory is bigApp, and the directory structure:
bigApp
|-- classes
|-- Cloned. class
And the file:
public class Cloned {
public static void main(String[] args) {
System.out.println ("classes");
assert(Integer.parseInt(args[0]) > 0);
} }
Which will produce the output "classes" followed by an AssertionError? (Choose all that apply.)
【正确答案】 F
【答案解析】