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
enlist some features of jdk.
Can a constructor call the constructor of parent class?
How to find the given number is a prime number or not by getting input from the user
Why is flag used in java?
Can a class extend more than one class?
What is covariant return type?
What is a predicate method?
Can each java object keep track of all the threads that want to exclusively access it?
What do heavy weight components mean in java programming?
What is mutable object and immutable object?
What is the difference between ArrayList and Vector? which one is better in Java
What is the symbol for line break?
What are the advantages of exception handling in java?
What are the practical benefits, if any, of importing a specific class rather than an entire package (e.g. Import java.net.* Versus import java.net.socket)?
When can we say that threads are not lightweight process in java?