What is the purpose of creating custom tags?
Answer / Rohitash Kumar
The purpose of creating custom tags is to encapsulate complex functionality, promote code reuse and maintainability, and improve readability of JSP pages.
| Is This Answer Correct ? | 0 Yes | 0 No |
A jsp page, include.jsp, has a instance variable "int a", now this page is statically included in another jsp page, index.jsp, which has a instance variable "int a" declared. What happens when the index.jsp page is requested by the client?
What are implicit objects in jsp?
What are the different types of jsp tags?
Can we use javascript with jsp pages?
how can i add properties in dynamic text fields using .js file?
What are the directives in jsp?
What is the difference between Java Servlet & JSP?
What is jstl core tags?
Can constructor be used instead of init(), to initialize servlet?
How do I set password expire time period?
How to run java program in jsp page?
What are different types of comments in jsp?