What is the correct JSP syntax to import this class?

A JSP developer needs to import the java.util.ArrayList class. What is the correct JSP syntax to
import this class?

A JSP developer needs to import the java.util.ArrayList class. What is the correct JSP syntax to
import this class?

A.
<%! import java.util.ArrayList; %>

B.
<% import java.util.ArrayList; %>

C.
<%@page import=”java.util.ArrayList” %>

D.
<%@import class=”java.util.ArrayList” %>



Leave a Reply 0

Your email address will not be published. Required fields are marked *