JSP

Posted in: Web Hosting Server Technologies |

JSP is a server-side technology much like ASP developed by Sun.

With JSP you can create dynamic web pages by putting Java code inside your HTML pages. The code is executed by the web server before the page is returned to the browser.

Since JSP uses Java, the technology is not restricted to any server-specific platform.

Leave a Reply