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 |
Explain the difference between transient and volatile in java?
Why is singleton instance static?
Why does java have two ways to create child threads?
Why string is popular hashmap key in java?
Difference between final and effectively final ? Why is effectively final even required ?
What is meant by null and void?
What is the importance of static variable?
Why java is made?
Write a program to solve producer consumer problem in java?
What is java abstraction with example?
State the main difference between c++ and java?
Is java written in c?