Programming Tutorials

What do you understand by JSP Actions?

By: Karthik in Interview Tutorials on 2012-06-16  

Answer: JSP actions are XML tags that direct the server to use existing components or control the behavior of the JSP engine. JSP Actions consist of a typical (XML-based) prefix of "jsp" followed by a colon, followed by the action name followed by one or more attribute parameters.
There are six JSP Actions:
  • <jsp:include/>
  • <jsp:forward/>
  • <jsp:plugin/>
  • <jsp:usebean/>
  • <jsp:setProperty/>
  • <jsp:getProperty/>





Add Comment

* Required information
1000

Comments

No comments yet. Be the first!

Most Viewed Articles (in Interview )

Interview Question: Is there a particularly good IDE to use with Struts ?

Explain the different forms of Polymorphism.

Interview Question: If the framework doesn't do what I want, can I request that a feature be added?

Interview Question: How is the MVC design pattern used in Struts framework?

Interview Question: Do ActionForms have to be true JavaBeans?

Interview Question: What is Deployment descriptor?

Interview Question: What is EJB client JAR file?

What do you understand by JSP Actions?

What are Access Specifiers available in Java?

Interview Question: Can I invoke Runtime.gc() in an EJB?

Types of Interviews

Interview Question: How many EJB Objects are created for a Bean?

What is similarities/difference between an Abstract class and Interface?

Interview Question: What is re-entrant. Is session beans reentrant. Is entity beans reentrant?

What is the difference between Session Bean and Entity Bean?

Latest Articles (in Interview)