Exception means an unwanted condition occur during the excecution of a program.Exception are of two type
1) Checked Exception2) Unchecked Exception
Checked exception are those exception which can be...
List of error exceptions are1).arithmetic Exception2).arrayindexoutofbounds Exception3).arraystore Exception4).filenotfoundException 5).ioException6).nullpointerException7).numberformatException8).outofmemoryException9).securityException10).stackoverflowException11).stringindexoutofboundsException