What are actions and directives in jsp?

Answer Posted / suresh sa

<%page %>
<%include %>
<%taglib %>

<% = %> -> Expression tag
<% %> -> Scriplet Tag for all java codes
<%! %> - > Declaration tag
<%-- %> -> Comment Tag

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the jsp elements?

522


What is pagescope in jsp?

583


What are jsp declarations?

618


Can we write java code in jsp?

621


How does jsp engines instantiate tag handler classes instances?

556






Why is _jspservice() method starting with an '_' while other life cycle methods do not?

583


How can the output of JSP or servlet page be prevented from being cached by the browser?

577


What is session tracking in jsp?

622


What do you mean by jsp directives?

639


What is Include directive?

632


What are the steps for creating custom tags in jsp?

598


What is tag file in jsp?

595


How can I prevent the use of scripts and java code on the jsp page?

565


What language is jsp?

619


Why we use jsp instead of html?

581