Which of the following can be thrown using a throw statement?
Select 3 options
Click to view the answer
Correct Options are : C D E
You can only throw a Throwable using a throws clause.
Exception and Error are two main subclasses of Throwable.