Does it matter in what order catch statements for FileNotFoundException and IOExceptipon are written?
Yes, it does. The FileNoFoundException is inherited from the IOException. Exception's subclasses have to be caught first.
Yes, it does. The FileNoFoundException is inherited from the IOException. Exception's subclasses have to be caught first.
No comments:
Post a Comment