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
Write a java program to count the number of words present in a string?
What is a treemap in java?
What will happen if there is a default method conflict as mentioned above and we have specified the same signature method in the base class instead of overriding in the existing class ?
What is the purpose of checked and unchecked exceptions in JAVA?
What is append function?
Is string a class in java?
What is struts in java?
What is string pooling concept?
What if static is removed from main method?
What is treemap in java?
What is instance means in java?
String class is defined under which package in java?
How can we make string upper case or lower case?
What classes of exceptions may be caught by a catch clause in java programming?
What are the uses of java?