What is tld file?



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

Post New Answer

More JSP Interview Questions

What is the difference between <jsp:forward> and sendRedirect?

6 Answers   HCL,


What is a jsp container?

1 Answers  


What are the different scopes an object can have in a jsp page?

1 Answers  


How is jsp better than servlet technology?

1 Answers  


What is a jsp file?

1 Answers  


How can I maintain session in JSP Page in the bases of user name and password:

1 Answers   PUCIT,


Explain the steps for creating custom tags in jsp?

1 Answers  


What is scriptlet and what is expression?

1 Answers  


Which tag is used for error handling in jsp pages?

1 Answers  


How can multiple submits due to refresh button clicks be prevented?

1 Answers  


Can I stop jsp execution while in the midst of processing a request?

1 Answers  


How jsp is compiled?

1 Answers  


Categories