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 )

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

Interview Question: Why aren't the Struts tags maintained as part of the Jakarta Taglibs project ?

What are the life-cycle methods of JSP?

Question: How would you go about analyzing performance of an application?

Name the containers which uses Border Layout as their default layout?

Interview Question: What is the difference between EAR, JAR and WAR file?

What are the services provided by a J2EE container?

What is Deployment Descriptor?

What is transient variable?

What is J2EE Connector architecture?

What is difference between Java Bean and Enterprise Java Bean?

What is the difference between JTS and JTA?

Interview Question: What about JSTL and JavaServer Faces ?

What is bean managed transaction?

What do you understand by a J2EE module?

Latest Articles (in Interview)