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 |
Why do we use jsp?
Explain the advantages of jsp?
What is difference between custom jsp tags and beans?
What is the differences between the jsp custom tags and java beans?
What is tld in jsp?
How can I prevent direct access to a jsp page from a browser?
What is jsp custom tag and what are it’s components?
Explain the difference between forward and sendredirect?
How can I override the jspinit() method within a jsp page?
What are different implicit objects of jsp?
What is jsp in javascript?
Which tag should be used to pass information from jsp to include jsp?