Home Posts Which of the following methods are needed for loading a database driver in JDBC? A. registerDriver() method B. Class.forName() C. Both A and B D. getConnection() Ans: C
Post a Comment