what is the function of throws in exception handling ? where does it appear in a program
Answers
Answered by
0
Answer:
I hope this answer is write
Answered by
0
Answer:
The Java throws keyword is used to declare the exception information that may occur during the program execution. It gives information about the exception to the programmer. It is better to provide the exception handling code so that the normal flow of program execution can be maintained.
Similar questions