Exception Specyfication.
- by Knowing me knowing you
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