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 |
How to debug a servlet?
What is Client-Server Computing?
What is the use of servlet wrapper classes?
What are the mechanisms used by a servlet container for maintaining session information?
Hi friends am newbie to servlet. How code reusability easy in servlet. why not in jsp . here reusabillity means only javabeans or any thing else.
Differentiate between get and post?
What is the procedure for initializing a servlet?
How many Cookies can a host support?
Which HTTP method is non-idempotent?
What’s the difference between sendredirect and forward methods
Who is responsible for writing a constructor?
In which cases Destroy() is invoked?