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 balanced tree in java?
Why enumeration is faster than iterator?
What is the best definition for data?
What is difference between c++ and java ?
Why java is object oriented?
Can a constructor have different name than a class name in java?
How many types of assembly languages are there?
Explain about interrupt() method of thread class ?
What are passing parameters?
Can you extend main method in java?
How do you input a string in java?
Can you sort a string in java?
What flag up means?
Is nan false?
What is meant by null and void?