What are the standard actions available in jsp?



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

Post New Answer

More JSP Interview Questions

What is the default value of session attribute in jsp?

1 Answers  


What is the difference between Java Servlet & JSP?

1 Answers  


Can a jsp page process html form data?

1 Answers  


Give the syntax for jsp comments.

1 Answers  


How will you use jsp el in order to get the http method name?

1 Answers  


What are jsp declarations?

1 Answers  


What is jsp translation phase?

1 Answers  


What is the difference between <jsp:forward> and sendRedirect?

6 Answers   HCL,


Is jsp static or dynamic?

1 Answers  


Explain lifecycle methods.

1 Answers  


What is a page directive?

1 Answers  


What is the <jsp:include> standard action?

1 Answers  


Categories