InterviewSolution
Saved Bookmarks
| 1. |
What are the advantages of JSP over Server-Side Includes (SSI)? |
|
Answer» SSI is really only intended for simple inclusions, not for "real" programs that use form data, make database connections, and the like. |
|