We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
They produce the same output, thats the problem. You can separate catch blocks IF you want to handle exceptions individually but if they are caught together, you can just use one catch block and catch all of them.
Java Exception Handling (Try-catch)
You are viewing a single comment's thread. Return to all comments →
what is the difference between both ???
They produce the same output, thats the problem. You can separate catch blocks IF you want to handle exceptions individually but if they are caught together, you can just use one catch block and catch all of them.