Given the request path below, which are context path,
servlet path and path info?
/bookstore/education/index.html
Answer / mahesh
context path: /bookstore
servlet path: /education
path info: /index.html
| Is This Answer Correct ? | 8 Yes | 6 No |
What are important features of Servlet 3?
What are the phases of servlet life cycle?
What method is used to create database connection in servlets?
how a user session can be tracked in servlets?
What is servlet name in web xml?
Can we write a constructor for a Servlet class ? if yes how ? if no why not ?
How a servlet is unloaded?
What is filter? Can filter be used as request or response?
Write a program to show the functionality of doget and dopost method?
i am bca student,give me suggest for bright future
18 Answers BSNL, Future Considerations,
What is the type of method for sending request from http server?
How to read request headers from servlets?