JSP-JavaServer Pages is a server side programming language. It is an object oriented language that uses the Java servlets technology. JSP provides the flexibility to handle large amount of dynamic data, databases with performance and stability
It has the ability to integerate with HTML very easily to enhance the presentation of a page. JSP pages helps to differentiate the design from the programming logic of a web page. Since it is plaform independent it can be used with any server.
To use Java Server Pages, both JDK and Tomcat server have to be installed. Next we will see how to install JDK and Tomcat.
Simple JSP java servlets tutorial for beginners and internediate developers.