Thursday 15 March 2018

What Is JSP?

JSP stands for java server pages and extension of JSP is .jsp

JSP is a server side technology for creating dynamic web applications.

JSP is easy to maintain because we can easily separate our business logic with presentation logic. We can share information across pages using request and response objects.
A JSP page can contain HTML, XML, JSP and other document types and it is released in 1999 by Sun Microsystems.

JSP is similar to PHP and ASP but it uses the Java programming language.

JSP is an extension of servlets and every jsp page first gets converted into servlet by JSP container before processing the client's request.

A JSP page consists of Html tags and JSP tags. The jsp pages are easier to maintain than servlet. It provides some additional features such as Expression Language, Custom Tag etc.

1 comment:

  1. Python is an open-source, high level, interpreted programming language which offers great opportunities for object-oriented programming. Choosing a python training program from Red Prism Group, which is best training institute for python in noida.

    ReplyDelete

apply function in R

1) apply function: It takes 3 arguments matrix,margin and function.. Example: m<-matrix(c(1,2,3,4),nrow=2,ncol=2) m #1 indicates it is ap...