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 |
Elucidate servlet attributes and its scope?
What is the difference between doGet and doPost?
Define the lifecycle for executing a jsp page.
What is servlet used for?
What are the types of servlets? Explain
How do cookies work in servlets?
What mechanisms are used by a Servlet Container to maintain session information?
How is the get () method different from the post() method?
How to handle exceptions thrown by application with another servlet?
What must be implemented by all servlets?
what is the different between a servlet and a cgi? Why do you go for servlet rather than cgi?
Why HttpServlet class is declared abstract?