Assertions
© examsiri.com
Question : 1 of 6
Marks:
+1,
-0
Given:
Which two will produce an AssertionError?
public class test {
  public static void main(String [] a) {
   assert a.length == 1;
  }
}Which two will produce an AssertionError?
Go to Question: