adspace
Answer Posted / Kush Kant Srivastava
JSP action tags are special tags that allow developers to execute server-side Java code within a JSP page. Examples include the scriptlet tag (<% %>), declare tag ('<%! %>' for declaring variables or methods), and the JSP standard action tags such as 'include', 'if', 'for', etc.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers