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 annotations used in servlet 3?
What are different types of SessionTracking?
What is dispatcher servlet?
how to use servlets with j2ee ?
What is the purpose of inter-servlet communication?
What are the differences between forward() method and sendredirect() methods?
How many servlet objects are created?
What is URL Encoding?
What are the features added in Servlet 2.5?
Is servlet a controller?
In howmany ways applet-servlet communication can be done?
What is the importance of init() method in Servlet ?