Question: What is the result of this code?

  1. Hello World
  2. It will not compile because the second catch statement is unreachable
  3. Hello World!
  4. It will throw runtime exception

Answer: The correct answer of the above question is Option B:It will not compile because the second catch statement is unreachable