The difference between throw and throws is correctly explained by which of the following statements?
The difference between throw and throws is correctly explained by which of the following statements?
options:
| Either one can be used to throw an exception |
| throw is a reserved word, but throws is not |
| throws is used in a method signature, throw is used to throw an exception |
| The two reserved words are interchangeable |