Are custom tags available in JSP 1.0? If not, how else might you implement iteration from within a JSP?

  1. Yes, but the only tags available relate to database access.

  2. No. To iterate over a collection of values, one must use scriptlet code.

  3. No, but there is a standard tag that may be used.

  4. Yes, but custom tags will not help developers create tags for use in iterating over a collection.


Correct Option: B

Find more quizzes: