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 is response sendredirect?

472


What do you know about writing custom jsp tags?

497


List out the various scope values of jsp action.

596


What is _jspservice method?

520


How do you pass control from one jsp page to another?

510






What is difference between sendredirect and requestdispatcher?

492


What are implicit objects in jsp?

535


Why taglib is used in jsp?

520


How do you comment out in jsp?

566


What is the page directive is used to prevent a jsp page from automatically creating a session?

558


How does a jsp engine work?

502


How to disable scripting?

496


Explain JSP directives.

591


What are different implicit objects of jsp?

495


What is client scripting?

486