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 |
Difference between web container & web server........... Difference between web server & application server?????????
How is a servlet implemented in code?
What is the difference between genericservlet and httpservlet
can u give some realtime example in ploymorphism? and inheritance?
Which HTTP method is non-idempotent?
Explain in detail about applet to servlet communication?
Difference between doget and dopost?
What is the use of httpservletrequestwrapper and httpservletresponsewrapper?
Name the webserver that is used to run Servlets?
What is the difference between 2 types of servlets?
What if we pass negative value in load-on-startup?
What are the classes and interfaces for servlets?