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 |
Can you call a jsp from the servlet?
Difference between get and post in java servlets?
Explain the concept of ssi ?
Is the init(ServletConfig sc) throws IOException or not?
What is the difference between genericservlet and httpservlet
Can we override servlet service method?
What do you mean by cgi?
How to invoke a Servlet?
why are extending GenericServlet and why are extending HttpServlet explain?
how a user session can be tracked in servlets?
What are different types of SessionTracking?
Are Servlets by default thread safe or not? thanks in advance regards Sudhakar