Exception Handling in Java
|
Banned
|
|
| 14May2011,15:31 | #1 |
|
What is java exception handling. how many type?
|
|
Pro contributor
|
![]() |
| 15May2011,01:15 | #2 |
|
Skilled contributor
|
![]() |
| 4Jul2011,19:15 | #3 |
|
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
|


