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 class is used to implement a Throwable array?
What is the java virtual machine?
How to declare unique ArrayList ?
Is it possible to write static method in abstract class? justyfy your answer?
Explain the difference between scrollbar and scrollpane?
How do you write a good declaration?
Name the class that used to read objects directly from a stream?
What is abstraction in java?
0 Answers Akamai Technologies,
What is method overloading in java ?
Similarity and difference between static block and static method ?
What are constants and how to create constants in java?
What is listnode in java?