Multiple choice technology programming languages

Unreachable statements produce a compile-time error.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

In Java, statements that cannot be executed because they are after a return statement, loop exit, or within an branch that is statically known to be unreachable will cause a compile-time error.