Which are true? (Choose all that apply.)
A. Lines 10 and 12 are equivalent in any type of
JSP page.
B. Line 10 is not valid in a JSP document (XML-based document).
C. Line 11 will properly import the java.util package.
D. Line 12 will properly import the java.util package.
E. Line 13 will properly import the java.util package
Ans given is B and D.
Why is option A not true? Both 10 and 12 should work in kind of Jsp
page [ December 27, 2008: Message edited by: javajamba ]