Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

Dead code and unreachable code errors

Anjali Sharma answered on January 5, 2023 Popularity 2/10 Helpfulness 1/10

Contents


More Related Answers

  • what is unreachable catch block error?
  • code unreachable

  • Dead code and unreachable code errors

    0

    In first method howToDoInJava_method1(), second print statement is unreachable, so compiler will complain for oblivious reasons.

    In second method howToDoInJava_method2(), second print statement is also unreachable, but strange compiler only warns you. We will later try to get the logic here.

    In third method howToDoInJava_method3() also, second print statement is unreachable, so compiler will complain again.

    https://howtodoinjava.com/java/puzzles/dead-code-and-unreachable-code-in-java-puzzle/

    Popularity 2/10 Helpfulness 1/10 Language javascript
    Source: Grepper
    Link to this answer
    Share Copy Link
    Contributed on Jan 05 2023
    Anjali Sharma
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.