Returns the sum of its arguments, throwing an exception if the result overflows an {@code int}.
@param x the first value @param y the second value @return the result @throws ArithmeticException if the result overflows an int @since 1.8
See Implementation
Returns the sum of its arguments, throwing an exception if the result overflows an {@code int}.
@param x the first value @param y the second value @return the result @throws ArithmeticException if the result overflows an int @since 1.8