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 meant by servlet? What are the parameters of the service method?
What are the difference between RMI and Servlets?
What are the features added in Servlet 2.5?
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 are the disadvantages of storing session state in cookies?
What are the phases of a servlet life cycle?
give the syntax of doGet() and doPost()?
request parameter how to find whether a parameter exists in the request object?
What is difference between get and post method?
What are different methods of session management in servlets?
What are the differences between forward() method and sendredirect() methods?
can v create a constructor 4 servlet?