Computer Applications

What is exception? Name two exception handling blocks.

Java String Handling

ICSE 2010

84 Likes

Answer

An exception is an event, which occurs during the execution of a program, that disrupts the normal flow of the program's instructions. Two exception handling blocks are try and catch.

Answered By

54 Likes


Related Questions