Test Status
      CORETEST3
      (A) If a Java class contains assert statements, then it must be compiled with -1.4 option.
      (B) When a program having assertions is run, -assertion option must be specified, otherwise the assertions get ignored.
      (C) A possible syntax of assert statement is assert logical_expression If logical_expression evaluates to true, the program generates an AssertionError.
      (D) The program terminates on its first AssertionError.
      (A) Length, Denominator
      (B) Significant Digits, Exponent
      (C) Mode, Numerator
      (D) Length, Numerator