Answer Posted / rex
JSP technology also provides a mechanism for encapsulating other types of dynamic functionality in custom tags, which are extensions to the JSP language. Custom tags are usually distributed in the form of a tag library, which defines a set of related custom tags and contains the objects that implement the tags.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What differences exist between iterator and listiterator?
Can we declare main () method as non static?
Explain abstract class in java?
Is string is a keyword in java?
What are the types of relation?
Can bool be null?
Define inheritance with reference to java.
Explain about anonymous inner classes ?
State one difference between a template class and class template.
What are the advantages and disadvantages of object cloning?
What is wrapper class html?
Who is the owner of java?
What is an immutable object? How do you create one in java?
Can we access the non-final local variable, inside the local inner class?
How can you avoid serialization in child class if the base class is implementing the serializable interface?