Question: What is the result of this code?
- Hello World
- It will not compile because the second catch statement is unreachable
- Hello World!
- 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