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

How do we call one servlet from another servlet?

0 Answers  


can servlet have instance variables?

8 Answers   Syscon, Wipro,


How to maintain security in servlets?

2 Answers  


How can we create deadlock situation in servlet?

0 Answers  


Explain servlet.

0 Answers  






What are the ways to handle multi-threading in servlets?

0 Answers  


What is the difference between forward () and sendredirect () functions in servlet? Explain

0 Answers  


What are the difference between session and cookies in servlet? Explain

0 Answers  


What is cookie in servlet?

0 Answers  


Hi guys.. Well can u tell me that why there is need of "init()" , i mean why can not we initialize the servlet object with the help of constructors? Thank you.

7 Answers  


Describe some assignments that are executed by servlet container?

0 Answers  


What is the use of servlet wrapper classes?

0 Answers  


Categories