Home Blog 2007 12 16 What-is-jsp What is JSP?

 
 

What is JSP?
Posted on: April 3, 2006 at 12:00 AM
JSP stands for Java Server Pages is a technology from Sun that enables the Java programmers to generate HTML, XML or other types of documents to server the web client.

The JSP  Java Server Pages Technology:

Java Server Pages is a technology from Sun that enables the Java programmers to generate HTML, XML or other types of documents to server the web client. The JSP technology allows the programmers to embed Java code into html (.jsp) page.

Java Server Pages are first compiled into Java Servlets by a JSP compiler and then this Servlet is loaded by the Servlet container to server the client request.

JSP is grate technology to simplify the development of web-based application using Java technology.

Learn JSP: Visit our JSP Tutorials Section

Related Tags for What is JSP?:


Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.