Class multiple
{
Public static void main (String args [ ] )
{
int a, b ; int c[ ] = {3, 5, 6, 7} ;
try { a = 4 ;
b = 0 ;
a = a/b ;
System.Out.Println (a [10]) ;
}
Catch (ArithmeticException e)
{
System.err.println (“Error” + e . get Message []) ;
}
Catch (ArrayIndenOutofBandException e)
{
System.err.println (“Array out of Bound error”) ;
}