Question: Exceptions a) Write a Java statement that throws a new exception with the String: Invalid index used. b) Write a Java statement that throws a
Exceptions a) Write a Java statement that throws a new exception with the String: Invalid index used. b) Write a Java statement that throws a new exception with the String: Empty string passed. c) Define a catch block to display the exception thrown in number 2.a above, and end the program execution. d) Define a catch block to display the exception thrown in number 2.b above, and end the program execution
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
