1) ArithmeticException will occur after execution of the following code int i = 10; float f = 0.0; double d = i/f;
NO. this is the answer and i can't understand it .i think that float f is 0 so divide by zero give arithmetic exception. may be this answer is becoz it give runtime error not exception am i right? ronak please help.
Marilyn de Queiroz
Sheriff
Joined: Jul 22, 2000
Posts: 9033
10
posted
0
integers give an ArithmeticException when division by zero occurs. A float divided by zero will give positive infinity, negative infinity or NaN.
This question does not belong in the JavaRanch forum. The JavaRanch forum is for discussion of the JavaRanch site, not questions about Java. I'm moving this to Java in General (beginner).
JavaBeginnersFaq "Yesterday is history, tomorrow is a mystery, and today is a gift; that's why they call it the present." Eleanor Roosevelt