Home / Questions / In which block can you throw the exception?
Explanatory Question

In which block can you throw the exception?

👁 33 Views
📘 Detailed Answer
🕒 Easy to Read
Read the answer carefully and go through the related questions on the right side to improve your understanding of this topic.

Answer with Explanation

An exception can be thrown inside the try block using the throw keyword.