Under what conditions must a throws clause be added to a method signature options: Whenever any exception can be thrown by the method Whenever any unchecked exception that can be thrown by the method is not caught
Under what conditions must a throws clause be added to a method signature
options:
| Whenever any exception can be thrown by the method |
| Whenever any unchecked exception that can be thrown by the method is not caught |
| Whenever any checked exception can be thrown by the method |
| Whenever any checked exception that can be thrown by the method is not caught |