PrepAway - Latest Free Exam Questions & Answers

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?

PrepAway - Latest Free Exam Questions & Answers

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