Answers for "what is arithmetic exception"

2

arithmetic exception

It occurs when there is an error 
in the aritchmatic logic. For 
Example we can't divide int to 0.
In this case it will throw arithmatic
exception and we can handle with
try catch block.(unchecked exception)
Posted by: Guest on January-10-2021

Code answers related to "what is arithmetic exception"

Browse Popular Code Answers by Language