In what types of operations an ArithmeticException will be
thrown?

Answer Posted / sham

ans:division by zero

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What causes memory leaks in java?

498


In java, what is the difference between method overloading and method overriding?

589


What is object class in java?

511


What is the format specifier?

522


What are unchecked exceptions in java?

621






Can a singleton class be inherited?

534


What is difference between path and classpath in java?

493


What is the difference between an if statement and a switch statement?

660


What carriage return means?

534


how we can make a write-only class in java?

564


Why to use nested classes in java? (Or) what is the purpose of nested class in java?

532


What is the syntax and characteristics of a lambda expression? Explain

549


Is singleton thread safe in java?

556


What is the difference between final, finally and finalize() in java?

525


Write a regular expression to validate a password. A password must start with an alphabet and followed by alphanumeric characters; its length must be in between 8 to 20.

602