Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What is the difference between JSP and JavaScript?

0
Posted

What is the difference between JSP and JavaScript?

0

Just to clarify on silverdarkness’ answer, JSP pages are JavaServer Pages, which are a hybrid-mixture of regular HTML and unprocessed Java codelets – the server does the actual processing of the Java code before farming the finished version of the page out to the end-users. In this manner, JSP is similar to ColdFusion, PHP and ASP (and to a lesser extent, mainly due to its age, CGI/Perl, although the theory is the same). More information on JSP can be found on Sun’s page (the developers of all things Java): http://java.sun.com/products/jsp/ For the aforementioned reasons (mainly the server parsing the raw pages and processing of the raw Java codelets before sending them to the user’s browser), JSP is a ‘server-side’ language. Conversely, JavaScript is a ‘client-side’ coding language – its complexity is a lot simpler, and bears a few similarities to Microsoft’s own VBScript (although JS and VBS can’t do exactly the same things). VBScripts on pages are mainly relegated to company intrane

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123