What are custom tags?



What are custom tags?..

Answer / Vivek Raj

In JSP, custom tags (also known as Custom Action Tags or Tag Libraries) are user-defined XML-like tags that encapsulate a functionality and can be reused across different web pages. They are defined using the tag extension mechanism provided by JSP.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JSP Interview Questions

Why do we use jsp?

1 Answers  


Explain the advantages of jsp?

1 Answers  


What is difference between custom jsp tags and beans?

1 Answers  


What is the differences between the jsp custom tags and java beans?

1 Answers  


What is tld in jsp?

1 Answers  


How can I prevent direct access to a jsp page from a browser?

1 Answers  


What is jsp custom tag and what are it’s components?

1 Answers  


Explain the difference between forward and sendredirect?

1 Answers  


How can I override the jspinit() method within a jsp page?

1 Answers  


What are different implicit objects of jsp?

1 Answers  


What is jsp in javascript?

1 Answers  


Which tag should be used to pass information from jsp to include jsp?

1 Answers  


Categories