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 |
Explain jsessionid?
what is the advantage of using Servlets over CGI programming?
How to get the server information in a servlet?
What are the uses of servlet
What’s the difference between forward() and sendredirect() methods?
When is the servlet instance created in the life cycle of servlet? What is the importance of configuring a servlet?
What do you mean by request dispatcher in servlet?
What are the steps that are involved in using the httpservlet class?
when the jsp page is translated to servlet?
we cant Override Jsp Service method?Why?
4 Answers Infrasoft, Mind Tree,
How we can call a jsp from the servlet?
How do I know if java is running on linux?