Explain about the Scriplet and Exclamatory Tag?

Answer Posted / harish

Scriplet tag is one of the JSP tag, it will replicate the
entire code in the service method.
In the exclamatory Tag, you can define the Global variables
and write the user defined methods.

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can I set a cookie and delete a cookie from within a jsp page?

529


Can you override jspinit() method? If yes, in which cases?

505


How do I mix jsp and ssi #include?

552


What are the steps for creating custom tags in jsp?

510


What are the components of jsp?

506






What are the implicit, internal objects and methods on the jsp page?

445


Java Server Page I can use a function in two ways: Either I declare or I declare <%@ page import = "mypack.mysubpack.MyClass" %> In each case I can call a function later by coding MyClass.myFunction(); So what is the difference between the two variantes? Why are Beans invented if we don't need them because we have the import statement ? please guide me its an humble request to you reader if u know n i'll be thankful to you...........

1688


What are jsp lifecycle methods?

530


How many tags are provided in jstl?

583


Why jsp and servlets are used?

509


What is a translation unit?

505


What are page directives?

521


How do you connect to the database from jsp?

544


Explain some jsp life-cycle methods that can be overridden.

499


What is difference between sendredirect and forward?

468