What are exceptions? How they are handled? How dynamic handling of exceptions is performed?
Answers
Answered by
1
Answer:
exception is abnormal behaviour of program .like divide by zero.
this type problem occur your output is not shown.so, we use exception handling by try,throw ,catch.
now day all compiler has predefined exceptional handling .if you try to assign array in index greater than size, output is array out of bound exception.
Similar questions