0 votes
in JAVA by
Which of the following tag enables developers to call actions directly from a JSP page by specifying the action name and an optional namespace?

A - generator tag

B - action tag

C - include tag

D - bean tag

1 Answer

0 votes
by

Answer : B

Explanation

The action tag enables developers to call actions directly from a JSP page by specifying the action name and an optional namespace. The body content of the tag is used to render the results from the Action.

Related questions

0 votes
asked Nov 10, 2023 in JAVA by GeorgeBell
0 votes
asked Apr 11, 2023 in Servlet by john ganales
...