What are the exceptions thrown by Servlets?
Answer Posted / madhuri
servlet can thrown any type of unchecked Exception
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What is the process to implement doget and dopost methods?
A client sends requests to two different web components. Both of the components access the session. Will they end up using the same session object or different session ?
Given the request path below, which are context path, servlet path and path info?
request parameter how to find whether a parameter exists in the request object?
How to get the actual path of servlet in server?
When to use doget() and when dopost()?
What is the web server used for running the Servlets?
What are the important functions of filters?
How do you load an image in a Servlet?
Why servlet is used as controller ? Not JSP? I want complete explation?
How we can call a jsp from the servlet?
What exactly is a servlet?
Name the packages that work with servlet?
Can we use threads in Servlets?
Elucidate servlet attributes and its scope?