Exceptions


  1. A single try block must be followed by which of these?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: D

    try block can be followed by any of finally or catch block, try block checks for exceptions and work is performed by finally and catch block as per the exception.


  1. Which of these exceptions handles the divide by zero error?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: C

    ArithmeticException