InterviewSolution
Saved Bookmarks
| 1. |
What is the difference between JSP and Javascript? |
|
Answer» JSP is a server-side scripting language as it RUNS on the server. Whereas, JAVASCRIPT runs on the client. Commonly, JSP is more used to change the content of a webpage, and JavaScript for the presentation. Both are QUITE commonly used on the same page. |
|