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 a servlet-to-servlet communcation?
What is the difference between get and post methods?
What is the default http method in the servlet?
How can an existing session be invalidated?
what are the different services provided by the web server?
What is the <load-on-startup> element?
What is the difference between the servlets and cgi programs?
Is there any differance b/w getting servlet context from servlet config and session? if yes then what is that?
How is the get () method different from the post() method?
What are the different methods involved in the process of session management in servlets?
What is the difference between servlet and jsp?
Explain the different ways for servlet authentication?