+ 3
Any body describe about genric exception? And what type of exceptions it can handle???
GenricExceptions
2 Réponses
+ 4
we can describe Genric Exceptions as Exception that can handle too many kind of exceptions those we don't need to define that what kind of Exception we will get in the try block. Very useful Method and be able to handle too many exceptions....
https://code.sololearn.com/cFY5bu0jHi9D/?ref=app
0
axaxa