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 |
Is jsp a front end?
What is session management in jsp?
What is a hidden comment in jsp?
how can we retrieve the values in jsp by using custom tags
What are jsp lifecycle methods?
What are the elements of a jsp page?
Can a subsequent request be accessed with one’s servlet code, if a request attribute is already sent in his jsp?
How are custom tags in jsp created?
How do you prevent the creation of a session in a jsp page and why? What is the difference between include directive & jsp:include action?
Which method cannot be overridden in jsp?
Tell us about the jsp life cycle methods.
What is the _jspservice() method?