Which type of exception is thrown by the Java Virtual Machine (JVM) when an arithmetic operation results in a value too large for the data type?
A. ArithmeticException
B. NullPointerException
C. OverflowException
D. StackOverflowError
Answer: Option D

Join The Discussion