Exception Specyfication.
Posted
by Knowing me knowing you
on Stack Overflow
See other posts from Stack Overflow
or by Knowing me knowing you
Published on 2010-05-07T09:54:50Z
Indexed on
2010/05/07
9:58 UTC
Read the original article
Hit count: 166
Does Exception specyfication is a part of method signature? What I mean is:
public void someMethod(String myString) throws IOException
is 'throws IOException' a part of a signature of this method?
Thanks
© Stack Overflow or respective owner