Can a servlet be called by passing its name as a parameter
in the URL?
No, it cannot be done.We use deployment descriptors as
writtne in web.xml file which is used to identify a servlet.
servlet name, servlet class and url-pattern are specified
in the web.xml file which will find the url-pattern and
identify the servlet associated with in
| Is This Answer Correct ? | 8 Yes | 2 No |
What are the common methods that are included in the http servlet class?
What are the security issues in Servlets?
Explain how does JSP handle run-time exceptions?
Tell the new features added in servletrequest interface i.e. Servlet 2.4
How to rectify errors in java servlet while compilation?
What is servlet configuration?
What is cgi?
What are session variable in servlets?
What is the web server used for running the Servlets?
What is meant by servlet? What are the parameters of the service method?
How to prevent browser from caching the page content?
What is http servlet?