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 |
Explain Servlet Chaining ?
What is the use of java servlet api?
What is a deployment descriptor?
What is war file?
can servlet have instance variables?
Can we define constructor in Servlet class?
What is the difference between Get and Post Method?
The code in a finally clause will never fail to execute, right?
What is the workflow of a servlet?
Differentiate between the get and post method
Describe in brief RequestDespatcher?
how do you maintain sessions in servlets?