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 string is a data type?
When is finally block not called?
does java support pointers?
What sorting algorithm does javascript use?
What is the difference between reader/writer and inputstream/output stream?
What is byte [] in java?
What is the base class for error and exception?
What is get () in java?
When do we use synchronized methods in java?
How do you change an int to a string?
What is proper subset?
Explain about procedural programming language or structured programming language and its features?
Can we write a class without main method in java?
Why you should not use singleton?
What are the drawbacks of reflection?