Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

how to handle checked exceptions in java

I would either handle or declare. I Declare using THROWS keyword or handle by
using TRY&CATCH block. If I will use it again I would handle it. If it will
occur only once than I would use THROWS keyword
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #handle #checked #exceptions #java
ADD COMMENT
Topic
Name
8+9 =