+ 1
any one explain exception???
explain ..totally
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.
+ 1
wow....nice explain ..completely understand thank u so much