Multiple choice technology

A custom tag is a user-defined JSP language element.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Custom tags in JSP (JavaServer Pages) are user-defined elements that allow developers to encapsulate reusable functionality. They extend JSP's standard tag library with domain-specific tags, improving code maintainability and reusability.