What are jsp action tags?



What are jsp action tags?..

Answer / 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

More JSP Interview Questions

What is the use of requestdispatcher?

1 Answers  


How can I prevent direct access to a jsp page from a browser?

1 Answers  


What is the difference in using request.getrequestdispatcher() and context.getrequestdispatcher()?

1 Answers   Cap Gemini,


What is a jsp directive?

1 Answers  


What is pagecontext?

1 Answers  


What happens when a page is statically included in another jsp page?

1 Answers  


What is meant by implicit objects and what are they?

1 Answers  


What is scripting elements in jsp?

1 Answers  


What is tld in jsp?

1 Answers  


What is the purpose of jsp and why it is widely used?

1 Answers  


What is the use of session management?

1 Answers  


What are scriptlets in jsp?

1 Answers  


Categories