Assertions

© examsiri.com
Question : 1 of 6
 
Marks: +1, -0
Given:
public class test {
  public static void main(String [] a) {
   assert a.length == 1;
  }
}

Which two will produce an AssertionError?
Go to Question: