How are custom tags in jsp created?



How are custom tags in jsp created?..

Answer / Sanjeev Sagar

Custom tags in JSP can be created by implementing a TLD (Tag Library Descriptor) and a Tag Handler class. The TLD file defines the tag's name, attributes, and behavior while the Tag Handler class handles the actual processing of the tag.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JSP Interview Questions

What is the difference between a scrollbar and a scrollpane in jsp?

1 Answers  


How do I include static files within a jsp page?

1 Answers  


How many page directive we can use in a single JSP?

2 Answers   Persistent,


What do jsp literals consist of?

1 Answers  


How does el search for an attribute?

1 Answers  


Is jsp page extensible true false?

1 Answers  


What information is needed to create a tcp socket?

1 Answers  


Explain the various scope values for tag.

1 Answers  


What is meant by implicit objects and what are they?

1 Answers  


Can I run jsp on xampp?

1 Answers  


Where do I create jsp in eclipse?

1 Answers  


What is the difference between a jspwriter and a servlet printwriter?

1 Answers  


Categories