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.*"%>
About Question enthuware.jwpv6.2.981:
Moderators: Site Manager, fjwalraven
-
- Posts: 13
- Joined: Sun Jan 20, 2013 5:58 am
- Contact:
-
- Site Admin
- Posts: 10388
- Joined: Fri Sep 10, 2010 9:26 pm
- Contact:
Re: About Question enthuware.jwpv6.2.981:
Fixed.
thank you for your feedback!
thank you for your feedback!
Who is online
Users browsing this forum: No registered users and 1 guest