Exception is a run time error which is caused due to Programmer error,Input error and others abnormal condition which leads to termination of the program.
UnCaught Exception is that which is handled by java run time system by default handler and leads to abnormal termination of program.
Code::