Exception : An exception is a run time error which arises during during the execution of a program.
There are so many reason for exception
for example :
file not found which should be opened
invalid data
connection lost with the network
Two types of exceptions:
1. Checked Exception : Checked exceptions are exceptions which occurs at compile time. Also called compile time exceptions.
2....
Wednesday, March 14, 2012
March 14, 2012