DEVFYI - Developer Resource - FYI

What is JSP action

J2EE Interview Questions and Answers (Part 2)


(Continued from previous question...)

163. What is JSP action

A JSP element that can act on implicit objects and other server-side objects or can define new scripting variables. Actions follow the XML syntax for elements, with a start tag, a body, and an end tag; if the body is empty it can also use the empty tag syntax. The tag must use a prefix. There are standard and custom actions.

(Continued on next question...)

Other Interview Questions