Answer Posted / dipak
servlet is a general java file with added servlet api
functionalities,so like a java file it also throw exception
when it faces.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
How do we translate jsp?
What is the life cycle of a servlet?
What are the different types of servlets?
Which is the methods of generated servlet?
Why is it that we can't give relative URL's when using ServletContext.getRequestDispatcher() when we can use the same while calling ServletRequest.getRequestDispatcher()?
What is the difference in between the httpservlet and generic servlet?
What is http servlet?
Define the servlet mapping.
What is java servlet?
Servlet is pure java object or not?
What is http servlet in java?
What are the various ways of session supervision in servlets?
What are the life-cycle methods for a servlet?
How native code can be used in a servlet?
Explain get and post.