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 |
How many page directive we can use in a single JSP?
What is jsp page?
What is a page directive?
What is auto-flush attribute?
What is expression language in jsp?
Why does jcomponent have add() and remove() methods but the component does not?
Is jsp used?
What is difference between sendredirect and requestdispatcher?
How do you delete the session data?
Give the use of session object.
Give an example where you need jsp custom tag?
Why is _jspservice () method starting with an '_'?