Error List

Error List for the ‘JAVA-Language’ Category

Reference to Date is ambiguous, both class java.sql.Date in java.sql and class java.util.Date in java.util match

Applies to:


Description:
Error while trying to import java.sql and java.util.

Cause:
Importing java.util.* is not a recommended practice.

admin JAVA-Language