.JSP File
.jsp is Java Server Page
Features | Description |
---|---|
File Extension | .jsp |
Format | Text |
Created by | Oracle |
Category | Web |
.jsp is Java Server Page
Features | Description |
---|---|
File Extension | .jsp |
Format | Text |
Created by | Oracle |
Category | Web |
What's on this Page
The jsp file extension is used for A HTML page containing a reference to a Java servlet.
JavaServer Pages (JSP) technology provides a simplified, fast way to create dynamic web content. JSP technology enables rapid development of web-based applications that are server- and platform-independent.
JavaServer Pages (JSP) technology enables Web developers and designers to rapidly develop and easily maintain, information-rich, dynamic Web pages that leverage existing business systems. As part of the Java technology family, JSP technology enables rapid development of Web-based applications that are platform independent.
JSP technology separates the user interface from content generation, enabling designers to change the overall page layout without altering the underlying dynamic content.
A jsp file extension is associated with Java and used for a HTML page that contains references to a Java servlet. A servlet is a Java class that handles requests. It is generated from jsp files.