Page 1 of 1

About Question enthuware.jwpv6.2.981:

Posted: Mon Jan 21, 2013 9:06 am
by harsh.sahajwani
There is a missing ending double quote sign (") in first import in 3rd option. The 3rd option written in ETS is:

<%@ page import="java.util.* %> <%@ page import="java.text.*"%>

However, it should be:

<%@ page import="java.util.*" %> <%@ page import="java.text.*"%>

Re: About Question enthuware.jwpv6.2.981:

Posted: Mon Jan 21, 2013 5:51 pm
by admin
Fixed.

thank you for your feedback!