Multiple choice technology programming languages

Which of the following statements is true about JSP tag library?

  1. It defines the standard tag that works the same everywhere

  2. It is a single library and we can use it in multiple jsp containers

  3. It has support for the common structural tasks like iteration and condition

  4. All of the above

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

JSP Tag Libraries (JSTL - JSP Standard Tag Library) define standard tags that work consistently across different JSP containers, are portable as single libraries usable in multiple containers, and provide built-in support for common structural patterns like iteration and conditional logic.