IT Placement Papers JAVA Servlets
This category contains Servlets Interview Questions and Answers |
Given the request path below, which are context path, servlet path and path info?
|
|
|
|
|
/bookstore/education/index.html
context path: /bookstore
servlet path: /education
path info: /index.html
Only registered users can write comments. Please login or register.
|