Which keyword Handles Input Output Exception.
Answers
Answered by
1
Explanation:
The "throw" keyword is used to throw an exception. The "throws" keyword is used to declare exceptions
Answered by
2
Answer:
The "throw" keyword is used to throw an exception. The "throws" keyword is used to declare exceptions
Similar questions