Java Exception Handling (Try-catch)

  • + 0 comments

    for other exceptions , we will have to first put specific catch block for that specific exceptions still if there is some possibility that other exception might get raised put a generic catch block for handeling all exceptions .