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 the difference between interpreter and compiling ?
What is the use of isempty in java?
Which is the best sorting technique in java?
Difference between the String and StringBuffer classes?
What is the meaning of 3 dots in java?
What is += mean in java?
Are private methods final?
Hi ,i convert contrller as jSp And presentation as servlet ...will it do? if so what are advantage and idsadvantages
What are the methods of object class ?
What are the differences between c++ and java?
Why is it important to initialize a variable?
what is abstract class in Java?