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
What is java ceil?
What is r * in math?
What is a pointer and does java support pointers?
Which package is imported by default?
What is set and get methods in java?
What is scope & storage allocation of global and extern variables? Explain with an example
How do you do math powers in java?
What is static in java?
Explain notify() method of object class ?
Why can't we use static class instead of singleton?
What happens when I use / and % with a negative numerator?
How do you add spaces in java?
Can we use String with switch case?
What is purpose of keyword void?
Difference between stack and queue?