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
Is there any difference between nested classes and inner classes?
What is a dynamic array java?
What is javac used for?
What is data type example?
Is arraylist ordered?
How to print nodes of a Binary tree?
How do you identify independent and dependent variables?
Is assembly language a low level language?
What do you mean by stack?
What are runtime exceptions?
Difference between arraylist and hashset in java?
What is update method called?
What is not object oriented programming?
What are the restrictions imposed on method overriding?
Java is pass by value or pass by reference? Explain