+ 2
What is the difference between JSP and JavaScript?
3 Answers
+ 2
JSP Java Server Page, s a technology that helps software's developer create dynamically web page generated based on HTML, XML, or other document.
JavaScript Is an interpreted programming language.
+ 2
Are they used on a different tasks?
+ 2
Yes, JSP is the mix of html and embedded java code. So you can make your page dynamic. And JavaScript access your html DOM. Being able to make interactions with the client.