what is the use of custom tags? with example?
Answer Posted / 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 |
Post New Answer View All Answers
What is mean by encoding?
how to create multithreaded program? Explain different ways of using thread? When a thread is created and started, what is its initial state? Or extending thread class or implementing runnable interface. Which is better? : Java thread
What is the difference between throw and throws keywords?
How many bits are used to represent unicode, ascii, utf-16, and utf-8 characters in java programming?
How many types of voids are there?
If system.exit (0); is written at the end of the try block, will the finally block still execute?
Can you explain the private protected field modifier?
How will you initialize an Applet?
Explain inheritance in java?
Is there any limitation of using inheritance?
Can you explain the meaning of aggregation and composition
Can we access instance variables within static methods ?
What do you understand by overloading and overriding in java?
When is the finalize() called? What is the purpose of finalization?
How to sort elements in a parallel array in java?