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 |
What is a class variable?
What is native code?
Define jit compiler?
What class allows you to read objects directly from a stream in java programming?
What are the disadvantages of object oriented programming?
What are parameters in a method?
What is __ init __ functions?
How do you clear an arraylist in java?
Is array primitive data type in java?
What is Exception handling in Java How do you handle run time errors please explain with an example
Why do we use predicate in java?
What is class array in java?