Solved

Which of the Following Statements About Assertions Is NOT True

Question 62

Multiple Choice

Which of the following statements about assertions is NOT true?


A) An assertion is always checked during program execution.
B) If an executed assertion fails, then the assert statement throws an AssertionError exception.
C) Assertion checking is particularly useful during program development and testing.
D) An assertion checks that a condition is true in a particular program location.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions