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 is the advantage of functional interface in java 8?
What is passing parameters in java?
Is integer passed by reference in java?
What is busy spin, and why should you use it?
what is daemon thread and which method is used to create the daemon thread? : Java thread
what is the difference between the methods sleep() and wait()? : Java thread
Is it possible to use string in the switch case?
What is the main function in java?
What is boolean keyword in java?
What is java string pool?
what do you mean by classloader in java?
What is proper subset?
How do you escape sequences in java?
Compare overloading and overriding?
What is entry in java?