public class test {  public static void main(String [] a) {  assert a.length == 1;  }  }  Which two will produce an AssertionError?()

A .  java test B .  java -ea test C .  java test file1 D .  java -ea test file1 E .  java -ea test file1 file2 F .  java -ea:test test file1

时间:2022-10-18 19:35:15 所属题库:SCJP程序员认证考试题库

相似题目