+ 1

any one explain exception???

explain ..totally

16th Aug 2016, 3:01 AM
Mr.Perfect
Mr.Perfect - avatar
2 Answers
+ 1
You can count exceptions as errors. They occurs when something happens that you didnt except it. For example when you are dividing numbers, dividing to zero (187/0) is an exception. And if you didnt check it in your code like if(divider == 0) your program gives errors. You think everything is fine with your code but exceptions are some kind of errors that you dont EXCEPT.
16th Aug 2016, 9:12 AM
Bekir Uzun
Bekir Uzun - avatar
+ 1
wow....nice explain ..completely understand thank u so much
16th Aug 2016, 3:58 PM
Mr.Perfect
Mr.Perfect - avatar