What is tld file?
Answer / Akshya Dixit
TLD (Tag Library Descriptor) file in JSP defines a custom tag library, which is a collection of reusable tags that can be used across multiple JSP pages. It specifies the tags and their attributes, actions associated with the tags, and other necessary information.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between <jsp:forward> and sendRedirect?
What is a jsp container?
What are the different scopes an object can have in a jsp page?
How is jsp better than servlet technology?
What is a jsp file?
How can I maintain session in JSP Page in the bases of user name and password:
Explain the steps for creating custom tags in jsp?
What is scriptlet and what is expression?
Which tag is used for error handling in jsp pages?
How can multiple submits due to refresh button clicks be prevented?
Can I stop jsp execution while in the midst of processing a request?
How jsp is compiled?