Solved

Consider the Following Code Snippet

Question 57

Multiple Choice

Consider the following code snippet:
throw new IllegalArgumentException("This operation is not allowed!") ;
Which of the following statements about this code is correct?


A) This code throws an existing IllegalArgumentException object.
B) This code will not compile.
C) This code constructs an object of type IllegalArgumentException and throws the object.
D) This code constructs an object of type IllegalArgumentException and reserves it for future use.

Correct Answer:

verifed

Verified

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

Related Questions