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 are three types of loops in java?
How can you read content from file in java?
why not override thread to make a runnable? : Java thread
How many bits are in a sentence?
What is t type java?
what is function overloading in java?
What is a substring of a string?
give an example for encapsulation?
What is difference between fileinputstream and filereader in java?
What is flag in java?
How can we make string upper case or lower case?
What do u mean by variable?
What is number data type?
What is pre increment and post increment in java?
Can bool be null?