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 |
Can we add two byte variables and assign the result to a byte variable ? b=b1+b2 where b,b1,b2 are byte types
Is null a string?
what is request processor?
What exactly is a .class file?
Write a program to reverse a number in java?
What is an object in Java and what are its benefits?
When is the finally clause of a try-catch-finally statement executed?
can abstract class have constructor how can you achive this ?
Differentiate Vector and ArrayList?
How do you decide when to use arraylist and linkedlist?
what is the form of storage space in java?
Does java have a compiler?