Hi,
What is JSP is in layman's terms? Which is the good tutorials to learn JSP?
Thanks
Hi,
JSP stands for Java Server Pages, its technology from Java for writing the dynamic web application.
JSP is simple text file which contains HTML code and embedded Java code. JSP runs on Servlet enabled servers such as Tomcat.
You can write JSP page and test on the Tomcat server.
Here are tutorials of JSP:
JSP tutorials index page - from here you will find all the tutorials of JSP
Thanks
Ads