Saturday, 14 January 2017

What is JSP ?

JSP(Java Server Page) :

JSP was released in 1999 by Sun Microsystems. JSP is just like PHP and ASP but JSP uses Java Programming Language. 

JSP stands for Java Server Page. Jsp is an extension of servlet technology . JSP provide more functionality than servlet such as Expression Language, JSTL(JSP Standard Tag Library) etc.

Jsp page consists of HTML and JSP tags. Jsp is an technology that is used for developing web pages that supports dynamic content. 

JSP is easy to maintain than servlet because we can separate design and development logic. JSP pages don't need to recompile or redeploy but servlet code always recompiled if any modification take place in servlet.

      
Blog Author - Pushkar Khosla,
Software Developer by Profession with 3.0 Yrs of Experience , through this blog i'am sharing my industrial Java Knowledge to entire world. For any question or query any one can comment below or mail me at pushkar.itsitm52@gmail.com.

This blog is all about to learn Core Java ,Interview Programs and Coding tricks to polish your Java Knowledge. If you like the content of this blog please share this with your friends.



No comments:

Post a Comment