Given the request path below, which are context path,
servlet path and path info?

/bookstore/education/index.html



Given the request path below, which are context path, servlet path and path info? /bookstore/edu..

Answer / mahesh

context path: /bookstore
servlet path: /education
path info: /index.html

Is This Answer Correct ?    8 Yes 6 No

Post New Answer

More Servlets Interview Questions

Explain jsessionid?

0 Answers  


what is the advantage of using Servlets over CGI programming?

4 Answers  


How to get the server information in a servlet?

0 Answers  


What are the uses of servlet

0 Answers  


What’s the difference between forward() and sendredirect() methods?

0 Answers  






When is the servlet instance created in the life cycle of servlet? What is the importance of configuring a servlet?

0 Answers  


What do you mean by request dispatcher in servlet?

0 Answers  


What are the steps that are involved in using the httpservlet class?

0 Answers  


when the jsp page is translated to servlet?

5 Answers   HCL,


we cant Override Jsp Service method?Why?

4 Answers   Infrasoft, Mind Tree,


How we can call a jsp from the servlet?

0 Answers  


How do I know if java is running on linux?

0 Answers  


Categories