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 |
How can you maintain servlet chaining?
What are the phases of the servlet life cycle?
What happens, if server sends a cookie to a browser that doesn't supports cookies?
What is the difference between the include() and forward() methods?
What is the need of session tracking in web application?
describe all about advanced java with presentation
What must be implemented by all servlets?
How do I support both get and post from the same servlet?
What is the difference between the getrequestdispatcher(string path) method of javax.servlet.servletrequest interface and javax.servlet.servletcontext interface?
Can you create a deadlock condition on a servlet?
Differentiate between get and post?
Explain web application directory arrangement?