Which of the following constitute valid ways of importing Java classes into JSP page source?
a. <%! import java.util.*; %>
b. <%@ import java.util.* %>
c. <%@ page import="java.util.*" %>
d. None of the others
Answer: C
Java | Advance Java | Multiple Choice | Questions and Answers | Test Bank
a. <%! import java.util.*; %>
b. <%@ import java.util.* %>
c. <%@ page import="java.util.*" %>
d. None of the others
If the answers is incorrect or not given, you can answer the above question in the comment box. If the answers is incorrect or not given, you can answer the above question in the comment box.