A

Admin • 832.27K Points
Coach

Q. What is the result of dividing by zero using floating point in Java?

  • (A) Exception
  • (B) 0
  • (C) Infinity
  • (D) NaN

Explanation by: Admin

Floating point division by zero gives Infinity; integer division throws exception.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.