Can a servlet be called by passing its name as a parameter
in the URL?
Answer Posted / tulasivani
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 |
Post New Answer View All Answers
What is http servlet? Explain with the help of an example.
What mechanisms are used by a Servlet Container to maintain session information?
How can you push data from an Applet to a Servlet?
What is the difference between servlet and filter?
What is a server side include (ssi)
How can we refresh automatically when new data has entered the database?
What is new in ServletRequest interface ? (Servlet 2.4)
Is servlet synchronized?
What is the difference between Difference between doGet() and doPost()?
How we can get ip address of client in servlet?
What do you mean by deployment descriptor?
What is the type of method for sending request from http server?
Hi frnd can i any one kindly can post for me portlet,hibernate and spring example application and with flow explantion configuration using Jdeveloper.and related links ar tutorials kindly please send me .its urgent for me .thanks in advance...........else can any one send to kondaiah.goddeti@gmail.com
Who is responsible for writing a constructor?
What is difference between jsp and servlet?