package test;
import java.sql.*;
public class Test2 {
public static void main(String[] args) {
// TODO Auto-generated method stub
}
}
in the above code. import java.sql.*;
contain error that is "The package java.sql is not accessible"
. Please help me to resolve this error. why java.sql is not accessible.