What is the use of welcome-file-list?
Answer / Ravi Kumar Verma
The welcome-file-list element in a web.xml file specifies a list of files to be served as the default resource when a client requests the root URL of the web application. The server checks this list in order until it finds a matching file or reaches the end.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to get the path of servlet in the server?
What is a servlet context object?
What are the different types of servlets?
difference between sendredirect,forward and url rewritting
Why are servlets used?
Why do we have servlet wrapper classes?
In howmany ways applet-servlet communication can be done?
Write a program to show the functionality of servlets.
What are the phases of the servlet life cycle?
Directive Include and Action Include how both are working in JSP, what is the difference between both?In which suituation we have to choose these elements?
What is the need of session tracking in web application?
How do you invoke a Servlet? What is the difference between doPost method and doGet method?