MCQOPTIONS
Saved Bookmarks
| 1. |
Which Error Handling in Java handles runtime errors with exceptions, If an exception is not caught in your JSP or Servlet, Resin will use a special error page to send results back to the browser, Resin uses a default error page unless you explicitly provide an error page yourself? |
| A. | Client Request Time Processing Errors |
| B. | Compilation Time Processing Errors |
| C. | JSP Translation Time Processing Errors |
| D. | None of the above |
| Answer» B. Compilation Time Processing Errors | |