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
How can I implement a thread-safe jsp page? What are the advantages and disadvantages of using it?
Where do I create jsp in eclipse?
How to ignore the el expression evaluation in a jsp?
Why do we need custom tags?
How are cookies set in jsp?
What is jsp exception?
What is the purpose of
What is context in jsp?
What is custom tag library?
What is the differences between the jsp custom tags and java beans?
What is server context?
What is translation phase?
How are jsp(java server pages) better than asp(active server pages)?
How can html output be prevented from being cached?
Can a jsp page process html form data?