1.

What Are The Jsp Standard Actions?

Answer»

• The JSP STANDARD ACTIONS affect the overall runtime behavior of a JSP page and also the response sent back to the client.
• They can be USED to include a file at the REQUEST time, to find or instantiate a JAVABEAN, to forward a request to a new page, to generate a browser-specific code, etc.
• Ex: include, forward, useBean,etc.

• The JSP standard actions affect the overall runtime behavior of a JSP page and also the response sent back to the client.
• They can be used to include a file at the request time, to find or instantiate a JavaBean, to forward a request to a new page, to generate a browser-specific code, etc.
• Ex: include, forward, useBean,etc.



Discussion

No Comment Found