1.

What is JSP?

Answer»

JSP stands for JAVA Server Pages. This technology is used to create dynamic web pages in the form of HyperText Markup Language (HTML). They have embedded Java code PIECES in them. They are an extension to the Servlet Technology and generate Servlet from a PAGE. It is common to use both servlets and JSP pages in the same web APPS.



Discussion

No Comment Found