Select the correct directive statement insert into the first line of following lines of code (1 insert code here):

Select the correct directive statement insert into the first line of following lines of code (1 insert code here):





a. <%@page import='java.util.*' %>
b. <%@import package='java.util.*' %>
c. <%@ package import ='java.util.*' %>
d. <%! page import='java.util.*' %>






Answer: A


Learn More :