求助:JDBC问题
请教大家
下面的语句是什么意思 是做了什么操作
Class.forName("org.gjt.mm.mysql.Driver").newInstance();//主要是这句不懂
String URL="jdbc:mysql://localhost/checkatt?user=root&password=mentos";
Connection conn=null;
Statement stmt=null;
conn=DriverManager.getConnection(URL);
stmt=conn.createStatement();
学JSP和数据库 不知道看什么书比较快 觉得好难入门 请教大家