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
Is passing by reference faster?
Explain aggregation in java?
What is a nested list?
What are register variables what are the advantages?
Can you call a method on a null object?
Can we override the static method?
What is compiler and what its output.
What is entry set in java?
What is an array length?
If we don’t want some of the fields not to serialize how to do that?
Explain polymorphism citing an example.
What is mysql driver class name?
What are the methods available in a class?
Can we extend singleton class?
Give few difference between constructor and method?