Answers for "do you get a compile error if you dont put that a method throws an exception"

1

Why should we mention a method throws some exception/s?

The throws keyword allows the compiler to help you write code that handles this type of error, but it does not prevent the abnormal termination of the program. With the help of the throws keyword, we can provide information to the caller of the method about the types of exceptions the method might throw.
Posted by: Guest on June-20-2021

Code answers related to "do you get a compile error if you dont put that a method throws an exception"

Browse Popular Code Answers by Language