Multiple choice technology programming languages

Can an exception be rethrown?

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Yes, an exception caught in a catch block can be rethrown to be handled by an outer try-catch block or propagated up the call stack using the throw keyword.