how can you give alias to servlets?
Answer / vikas
go to web.xml
in side sevlet-mapping tag define the url-pattern
| Is This Answer Correct ? | 2 Yes | 0 No |
What is the difference between the servlets and cgi programs?
can i call destroy() method in init() method of servlet
how can we execute servelt? what the use ".war" or ".jar" file creation
How the servlet is loaded?
Explain the servlet filter.
Can a servlet be called by passing its name as a parameter in the URL?
Why doesn’t a servlet include main()?
How is an application exception handling is done using a servlet?
What are the classes and interfaces for servlets?
What is lazy loading and what is Generic Servlet Class?
What are different ways for authentication of servlet?
What is with the javax.servlet package naming?