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 are the different services provided by the web server?
Explain session tracking and its importance?
Can we use javascript in Servlets?
Why is a constructor needed in a servlet even if we use the init method?
What are different ways for authentication of servlet?
Can you explain in detail 'javax.servlet' package?
Hi friends, am newbie to servlet. My interviewer asked why used servlet in your application. i used servlet for controller logic and business logic . is it correct ?
Should I override the service() method?
What are the types of Session Tracking ?
How to get the actual path of servlet in server?
How do u authorize and authenticate without <auth> of web.xml
What is the difference between servlet and filter?