Java - Custom Exception
Q1.
How do you create a custom exception in Java?
Q2.
Which type of exception must be handled explicitly when creating a custom exception?
Q3.
Which of the following is true about custom exceptions?
Q4.
Which statement is correct about handling custom exceptions?
Q5.
Which keyword is used to throw a custom exception?