1.

Given The Request Path Below, Which Are Context Path, Servlet Path And Path Info?

Answer»

/bookstore/EDUCATION/index.html

context path: /bookstore
SERVLET path: /education
path INFO: /index.html

/bookstore/education/index.html

context path: /bookstore
servlet path: /education
path info: /index.html



Discussion

No Comment Found