Exception Specification.

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 10:18 UTC
Read the original article Hit count: 212

Filed under:
|

Does Exception specification 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

Related posts about java

Related posts about exception