Exception handling is used to handle exception during
Answers
Answered by
1
In programming language mechanisms for exception handling, the term exception is typically used ina specific sense to denote a data structure storing information about an exceptional condition. One mechanism to transfer control, or raise anexception, is known as a throw. Theexception is said to be thrown.
Similar questions