I\'ve never used the \"throws\" clause, and today a mate told me that I had to specify in the method declaration which exceptions the method may throw. However, I\'ve been u
Java throws keyword,
throws
throws example,
void m()throws ArithmeticException{ //method code }