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 |
Which class cannot be a subclass in java?
List any five features of java?
Which method must be implemented by all threads?
why interaction with server using javascript is difficult
Difference between keyword and identifier.
What are the ways of polymorphism other than Overridding & Overloading
What is externalizable?
What is the new line character?
What is the argument type of main() method?
Can we access a database using applets?
What is advantage of using threads?
What's a method in programming?