Question:Define exceptions?
Answer Ans: An exception is an abnormal condition that arises in a code sequence at run time. Basically there are four important keywords which form the main pillars of exception handling: try, catch, throw and finally.
+ Report
Define exceptions?