Given the request path below, which are context path,
servlet path and path info?
/bookstore/education/index.html
Answer Posted / mahesh
context path: /bookstore
servlet path: /education
path info: /index.html
Is This Answer Correct ? | 8 Yes | 6 No |
Post New Answer View All Answers
What is a web application and what is it’s directory structure?
How are filters?
Why servlet is faster than jsp?
How to generate the server side programming and the advantages of it over the other languages?
What is servlet initializer?
Is that servlet is pure java object or not?
What are different ways for servlet authentication?
Explain session tracking and its importance?
What is the type of method for sending request from http server?
How is an application exception handling is done using a servlet?
How can we perform any action at the time of deploying the project?
What is the advantage of Servlets when compared with other server side technologies?
What is meant by Servlet? What are the parameters of service method?
How do we call one servlet from another servlet?
What is the difference between servlet and jsp?