what is the use of custom tags? with example?
Answer Posted / namita
custom tags are userdefined tags.
use of custom tags is u can defined ur own tags in ur code.
u need not to depend upon system defined tags. u can create
and use ur own tags.
eg,
<email>
<to></to>
<from></from>
</email>
u just need to define this tags in xml file and use that
tags in ur code by including <@taglib> directive.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is string pool in java?
Is the milky way in a void?
Differentiate between stringbuffer and string?
Is oracle java 11 free?
What are the legal parameters?
What is difference between an object and a class?
Why strings in java are called as immutable?
What is boolean query?
Explain try and catch keywords in java?
How to Sort Strings which are given in List and display in ascending order without using java api.
What is the purpose of tostring() method in java?
What are the different types of garbage collectors in java?
What does java final mean?
What is runtime locatable code?
What happens if a try-catch-finally statement does not have a catch clause to handle an exception that is thrown within the body of the try statement?