Problem Statement
Choose the correct statement.
Explanation
Use throws in the method signature to advertise possible exceptions; use throw inside code to create and raise a specific exception instance.
Practice Sets
This question appears in the following practice sets: