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
Are Servlets Thread Safe? How to achieve thread safety in servlets?
What are the uses of servlets?
Explain Action Servlet?
What is the difference between portlet and servlet?
How will two or three servlets interact or communicate with each other?
What’s the difference between forward() and sendredirect() methods?
How to get the IP address of client in servlet?
What is webservlet?
What is Servlet API used for connecting database?
What is the difference between the include() and forward() methods?
How to read request headers from servlets?
Why are servlets used?
What is the type of method for sending request from http server?
What is the default http method in the servlet?
What are the differences between the servletconfig interface and the servletcontext interface?