Explain about the Scriplet and Exclamatory Tag?



Explain about the Scriplet and Exclamatory Tag?..

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

More JSP Interview Questions

What is expression language in jsp?

0 Answers  


Show attributes of page directives.

0 Answers  


how to u se in jsp

0 Answers   Google,


what is jsp? a technology ,a language or something else ?

3 Answers   Mastek,


What is taglibs?

0 Answers  






How can we disable java code or scripting in jsp page?

0 Answers  


How can I use the results of my method? ea: <%! method (int x) { stuff return y; } %> <% out.println(y); %> how can I make this work? "y" is a variable made during the method.

0 Answers   ABB,


Explain the difference between forward and sendredirect?

0 Answers  


What is difference between custom jsp tags and beans?

0 Answers  


Can we override serivice()method in jsp?

3 Answers  


What are the different types of jsp directive?

0 Answers  


What is the jsp:getproperty action?

0 Answers  


Categories