InterviewSolution
Saved Bookmarks
| 1. |
What are the advantages of JSP over JavaScript? |
|
Answer» JavaScript can generate HTML dynamically on the client but can hardly interact with the web server to perform complex tasks like database access and image processing etc. |
|