In what types of operations an ArithmeticException will be
thrown?
Answer Posted / karan chaudhary
modulus and division by zero
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between declaration and definition in java?
Can a final variable be initialized in constructor?
What is Java Package and which package is imported by default?
Explain about main() method in java ?
extending thread class or implementing runnable interface. Which is better? : Java thread
What is operator overloading. Is it is supported in java?
Which methods cannot be overridden in java?
Is java same as core java?
What is difference between java and java ee?
Why is singleton not thread safe?
What is primitive array?
What is the use of set in java?
Which one will take more memory: an int or integer?
Is there any way to skip finally block of exception even if some exception occurs in the exception block?
What is a locale?