A exception is one that must be either caught and handled in a method or declared in a throws clause for the method.
LANGUAGE: JAVA
CHALLENGE:
A exception is one that must be either caught and handled in a method or declared in a throws clause for the method.
SOLUTION:
checked