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
Can we assign the reference to this variable?
Will the compiler creates a default constructor if I have a parameterized constructor in the class?
How to create a custom exception?
How do generics work in java?
Does a class inherit the constructors of its superclass in java programming?
What is null object in java?
How many bits is size_t?
What is linkedlist in java?
What is the difference between compile-time polymorphism and runtime polymorphism?
How many ways can you break a singleton class in java?
What is rule of accessibility in java?
How many types of design patterns are there?
What is internal iteration in java se 8?
How can constructor chaining be done by using the super keyword?
How we can execute any code even before main method?