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 string intern in java?
What the difference is between execute, execute Query, execute Update?
What is the difference between array list and vector in java?
What is an immutable class? How to create an immutable class?
How would you convert bytes to string?
What is space character in java?
What are different type of exceptions in java?
Is there a sort function in java?
What are three types of loops in java?
Is set ordered?
How to implement an arraylist in java?
When is the arraystoreexception thrown?
What is time complexity java?
What is return in java?
What are the procedures?