A、 Connection conn=DriverManager.getConnection(URL,USER,PASSWORD);
B、 JDBCConnection conn=DriverManager.getConnection(URL,USER,PASSWORD);
C、 Connection conn=getConnection(URL,USER,PASSWORD);
D、 Connection conn=Driver.getConnection(URL,USER,PASSWORD);