问答题

编写访问数据库的Java程序需要几个重要的类和接口请任意写出其中的3个。

【参考答案】

(1)DriverManager类;
(2)Connection类;
(3)Statement类。
热门 试题