What are the standard actions available in jsp?
Answer / Pradeep Kumar Pandey
The standard actions available in JSP include jsp:directive, jsp:scriptlet, jsp:declaration, jsp:expression, jsp:include, jsp:param, jsp:forward, jsp:plugin, jsp:useBean, jsp:getProperty, jsp:setProperty, and jsp:attribute.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the default value of session attribute in jsp?
What is the difference between Java Servlet & JSP?
Can a jsp page process html form data?
Give the syntax for jsp comments.
How will you use jsp el in order to get the http method name?
What are jsp declarations?
What is jsp translation phase?
What is the difference between <jsp:forward> and sendRedirect?
Is jsp static or dynamic?
Explain lifecycle methods.
What is a page directive?
What is the <jsp:include> standard action?