Multiple Choice
When you use a(n) ____ statement, you state a condition that should be true , and Java throws an AssertionError when it is not.
A) if
B) boolean
C) assert
D) exception
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q39: What is a finally block and how
Q40: How is an Error class different from
Q41: Since variables declared within a try or
Q42: Match each term with the correct statement
Q43: import java.util.Scanner; <br>public class AssertTest <br> { <br> public
Q45: What is unreachable code and how might
Q46: _ statements are program statements that can
Q47: In order to use a variable both
Q48: The _ class represents more serious errors
Q49: If you create an object using Java's