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