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 do you mean by singlethreadmodel interface?
Difference between forward() method and sendredirect() method ?
Explain how does JSP handle run-time exceptions?
What is difference between GenericServlet and HttpServlet?
What are the advantages of servlets over traditional cgi?
What are the types of Session Tracking ?
Explain the custom jsp tags and the beans.
How to upload a file to the server using servlet?
What are the uses of servlet
Name the packages that work with servlet?
What is the procedure of invoking different servlet in a different application?
How native code can be used in a servlet?
What are the functions of Servlet container?
What is dispatcher servlet?
What methodology can be followed to store more number of objects in a remote server?