Exception Handling in Java

Banned
14May2011,15:31   #1
tiwvinay's Avatar
What is java exception handling. how many type?
Skilled contributor
4Jul2011,19:15   #3
ManzZup's Avatar
java exception handling is common as many other languages except that is allows certain extended capabilities
the most common is the try-catch block like of any other language
but i java you can make NEW exception according to your own conditions so that you can throw them at certain places
the subject is somewhat wide so better to read a document