Which of the following statements regarding the throw point of an exception is false?
a. It specifies the point at which the exception must be handled.
b. It is the initial point at which the exception occurs.
c. It is specified as the top row of the method-call stack at the time the exception occurred.
d. All of the above statements are true.
a. It specifies the point at which the exception must be handled.
Computer Science & Information Technology