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 are the types of sockets in java?
Write a function to print Fibonacci series and Tribonacci series?
Is string passed by reference in java?
what is difference between equals and ==?
What is "this" keyword in java? Explain
What do you understand by private, protected and public?
What are register variables what are the advantages?
Can we use different return types for methods when overridden?
What are keywords and reserved words in java?
Can Exception handling we can handle multiple catch blocks?
What are the differences between include directive and include action?
How to use arraylist in java netbeans?
Explain JMS in detail.
What is nullpointerexception?
What is difference between iterator access and index access?