Co-Authored By:
Also know, what is JSP and why it is used?
A JavaServer Pages component is a type of Javaservletthat is designed to fulfill the role of a user interface fora Javaweb application. Web developers write JSPs as textfilesthat combine HTML or XHTML code, XML elements, andembeddedJSP actions and commands.
what do you mean by JSP processing?
JSP stands for Java Server Pages. AllyourJSP pages are stored on the server. The webserverhave JSP engine which acts as a container toprocessJSP pages.
Java is more powerful, flexible, reliable andportablethan PHP. Regular HTML, that is static HTML, does notcontaindynamic information. So it does not react to user input andis alsonot fit for accessing server side resources. JSPcontainsboth static and non-static content.