| Sign In/My Account | View Cart |
| Article: |
How Servlet Containers Work | |
| Subject: | Servlet exception | |
| Date: | 2006-09-19 21:15:05 | |
| From: | Pemmasani | |
| What happens if any exception comes in init() if I forget to handle the exception. | ||
Showing messages 1 through 1 of 1.
If there is an exception, just like in Java, it will crash, from a front end, if you control it correctly, you can make sure your user(s) don't see the stack trace(which is dangerous sometimes)
What else would happen?
-good luck