Q26
What is the result of the expression 7 / 0 in Java?
A.
It causes a runtime exception.
AnswerB.
NaN (Not-a-Number)
C.
7
D.
0
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board