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 |
how to split string in java?
What are the different types of inheritance in java?
what is the difference between Object Based Language and Object Oriented Language?
What is Distributed Application and what is its usage?
What is a subsequence of a string?
How many static init can you have?
What is a final class in java?
Why do we create public static method in java?
Can you inherit a constructor java?
What is boolean in java?
Explain OOPs concept.
worst case complexities of Quick sort and Merge sort.