Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

You can extend the exception base class, but you cannot override any of the preceding methods because the are declared as__________

a) protected
b) final
c) static
d) private

Answer: b
Explanation: Marking a method as final prevents it from being overridden by a subclass

Join The Discussion