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 we use beans in jsp?
How we can include the result of another page in jsp?
what is the extended star schema
How are the jsp requests handled?
Is the session object always created on the jsp page, is it possible to disable its creation?
What is jsessionid?
What is jsp expression language and what are it’s benefits?
What is use of scriptlet tags in jsp?
How can multiple submits due to refresh button clicks be prevented?
What is client scripting?
What is jsp exception?
How we can use javascript with jsp pages?
What is jsp and its advantages?
Differentiate between response.sendredirect(url) and
When the destroy method of the jsp's are called?