Solved

Which Method Constructor Constructs a New Exception with the Specified

Question 57

Multiple Choice

Which method constructor constructs a new exception with the specified detail message and cause?


A) Exception()
B) Exception(String message)
C) Exception(String message, Throwable cause)
D) Exception(Throwable cause)

Correct Answer:

verifed

Verified

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

Related Questions