Answers for "what do you do with checked exception"

0

what do you do with checked exception

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
Posted by: Guest on November-29-2020

Code answers related to "what do you do with checked exception"

Browse Popular Code Answers by Language