Returns the product of the arguments, throwing an exception if the result overflows an int.
int
Parameters:
x
y
Returns: the result
Exceptions:
ArithmeticException
See also: Math.multiplyExact(int,int)
Since: 1.8
Diagram: Math