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
Why spring singleton is not thread safe?
Can we create an object of private class?
Why is java multithreaded?
Difference between java and javascript
When would you use a static class?
What is difference between array and arraylist in java?
What is difference in between java class and bean?
Why can't you declare a class as protected?
What are the actions that can occur when a thread enters blocked state?
What is used of static keyword in java?
what is inner class in java?
What are the 4 types of research methods?
What do you understand by copy constructor in java?
How do you join strings in java?
How is the marker interface used in Java?