InterviewSolution
Saved Bookmarks
| 1. |
What Is Document Root? |
|
Answer» The top-level directory of a WAR. The document root is where JSP pages, client-side CLASSES and archives, and STATIC Web RESOURCES are stored. The top-level directory of a WAR. The document root is where JSP pages, client-side classes and archives, and static Web resources are stored. |
|