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 Method and class used for Connection pooling ?
What is the common usage of serialization? What exceptions occur during serialization?
What are the Memory Allocations available in JavaJava?
What is the platform?
What are different types of arrays?
What is an example of a conditional statement?
Explain the JDB in depth & command line.
What is java virtual machine and how it is considered in context of java’s platform independent feature?
What are decalarations?
Is static a singleton?
What is an error in java?
What is the difference between integer parseint and integer valueof?