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 |
Why main method is static in java?
How to add two numbers with out using Arithmetic , union operators in java....? But we can use bitwise operators... but how...?
What happens if an exception is throws from an object's constructor?
Diff between C++ and java?
How to extract HashMap values?
What is the exception hierarchy in java?
Describe 2 different ways to concatenate two strings.
Can we clone singleton object?
What are conditionals and its types?
Does java support Operator Overloading?
how we can make a read-only class in java?
What is the byte range?