Are custom tags available in JSP 1.0? If not, how else might you implement iteration from within a JSP?
Yes, but the only tags available relate to database access.
No. To iterate over a collection of values, one must use scriptlet code.
No, but there is a standard tag that may be used.
Yes, but custom tags will not help developers create tags for use in iterating over a collection.