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
Is jsp better than servlet?
What is jsp taglib?
What is a hidden comment?
What's the difference between javabeans and taglib directives?
What is directive jsp?
What is jsp scriptlet?
What are scriptlets in jsp?
What is jstl core tags?
Why are jsp pages the preferred api for creating a web-based client program?
Is the session object always created on the jsp page, is it possible to disable its creation?
How can we disable java code or scripting in jsp page?
What is el?
Give the use of exception object.
Can we implement an interface in a jsp?
How to retrieve warnings?