Multiple Choice
Which of the following are types of assertions?
A) Preconditions.
B) Postconditions.
C) Conditions in control statements.
D) (a) , (b) and (c) .
E) (a) and (b) .
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q3: When an exception occurs it is said
Q4: Which of the following statements is false?<br>A)
Q7: In the catch block below,what is arithmeticException?
Q8: Which of the following statements about try
Q9: To catch an exception,the code that might
Q10: Chained exceptions are useful for finding out
Q10: The throws clause of a method:<br>A)specifies the
Q11: Which of the following exceptions is a
Q12: Which of the following is not included
Q26: Which of the following statements is true?<br>A)