Welcome to the CSC Q&A, on our server named in honor of Ada Lovelace. Write great code! Get help and give help!
It is our choices... that show what we truly are, far more than our abilities.

Categories

+18 votes

Why do we need to mark methods with "throws SomeException" instead of just handling any exception within the method where the exception/error happens?

closed as a duplicate of: The "throws" declaration
asked in CSC305 Fall 2022 by (1 point)
closed by

1 Answer

+9 votes
answered by (1 point)
...