adspace


What are jsp action tags?

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


Please Help Members By Posting Answers For Below Questions

i need the source code for opening a word document in java

2307