Q. What is the result of the expression 7 / 0 in Java? (A) It causes a runtime exception. (B) NaN (Not-a-Number) (C) 7 (D) 0 ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) It causes a runtime exception.