Answer Posted / vikas
go to web.xml
in side sevlet-mapping tag define the url-pattern
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the structure of the http response
What is difference between jsp and servlet?
Why servlet is mostly used?
What is the difference between Difference between doGet() and doPost()?
What are the features added in Servlet 2.5?
How to generate the server side programming and the advantages of it over the other languages?
What are the different methods of session management in servlets?
When Servlet is unloaded?
What is Servlets and explain the advantages of Servlet life cycle?
What exception should be thrown when servlet is not properly initialized?
What is ServletContext object?
Differentiate between the print writer and servlet output stream?
What is the use of request dispatcher interface?
When a client request is sent to the servlet container, how does the container choose which servlet to invoke?
Difference between GET and POST?