Answer Posted / rakesh
A custom tag is a user-defined JSP language element. When a
JSP page containing a custom tag is translated into a
servlet, the tag is converted to operations on an object
called a tag handler
ex-bodyless tag 2 tags with body
1<tagName attributeName="value"
anotherAttributeName="anotherValue"/>
2.<tagName attributeName="value"
anotherAttributeName="anotherValue">
...tag body...
</tagName>
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How do you replace all in word?
What is the difference between throw and throws keywords?
How finally used under exception handling?
If you do not want your class to be inherited by any other class. What would you do?
How to disable caching on back button of the browser?
Mention the default values of all the elements of an array defined as an instance variable.
What do you mean by thread safe?
What is regex in java?
What are the benefits of immutable objects?
What is the java reflection api? Why it’s so important to have?
What is nested loop? What is dangling else condition in it?
What are the special characters?
why an outer class cannot be declared as private?
How destructors are defined in java?
What is the difference between length and length() method in java?