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 do you mean by servlet context?
Can we define constructor in Servlet class?
Why don't we write a constructor in a servlet?
The code in a finally clause will never fail to execute, right?
How to set a cookie that is persisted only for the duration fo the clients session?
How can we perform any action at the time of deploying the project?
What is the difference between a generic servlet and http servlet?
what is the advantage of using Servlets over CGI programming?
What is the use of attribute in servlets?
What are the security issues in Servlets?
What do you mean by singlethreadmodel interface?
When using servlets to build the HTML, you build a DOCTYPE line, why do you do that?