InterviewSolution
Saved Bookmarks
| 1. |
What are the advantages of JSP over Active Server Pages (ASP)? |
|
Answer» The advantages of JSP are twofold. First, the dynamic part is written in Java, not Visual Basic or other MS specific language, so it is more powerful and easier to use. Second, it is portable to other operating systems and non-Microsoft Web servers. |
|