what is the use of custom tags? with example?
Answer / 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 |
what are the rules to use try catch finally?
Is Constructor possible in abstract class in java ?
What does @param args mean in java?
What is singletonlist in java?
How does final modifier work?
What is the difference between method overriding and overloading?
What's the access scope of protected access specifier?
what is filters and its use?
In which order the iterator iterates over collection?
In java, how many ways you can take input from the console?
What is default switch case? Give example.
why java does not support mulitple inheritance directly?