| 1: | What are the different types of custom tags that can be developed for a JSP? |
| 2: | Which methods need to be overridden for writing a simple custom tag? |
| 3: | Which methods need to be overridden for writing a simple custom tag with attributes? |
| 4: | Which methods need to be overridden for writing a custom tag with a body-interactive tag? |
| 5: | Which interfaces would be used to implement a custom tag with a body and a custom tag without a body? |