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

when you comppile the servlet is it neccesary to restaet the tomcat server?

6 Answers   HCL,


How do we call one servlet from another servlet?

0 Answers  


How to create war file?

0 Answers  


How to generate the server side programming and the advantages of it over the other languages?

0 Answers  


why are extending GenericServlet and why are extending HttpServlet explain?

7 Answers  






What is the inter-servlet communication?

0 Answers  


What are the type of protocols used in httpservlet?

0 Answers  


Write a program to show the functionality of doget and dopost method?

0 Answers  


How to debug a servlet?

2 Answers  


Can you send the mail from a servlet ,if yes tell how?

2 Answers  


What do you mean by cgi and what are its drawbacks?

0 Answers  


How do you track a user session in servlets?

3 Answers  


Categories