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 is the need of servlet filters?
Which interface should be implemented by all servlets?
What are session variable in servlets?
What is java servlet?
Can I override destroy() method of Servlets?
Difference between httpservlet and generic servlets?
how do you maintain sessions in servlets?
When using servlets to build the HTML, you build a DOCTYPE line, why do you do that?
What is setattribute in servlet?
why business logic written using servlets not in jsp. Jsp used for presentation purpose. serlvet used for coding business logic and controller logic. Reason for using servlets in business logic.
What is a deployment descriptor?
What is a Proxy Server?