Driver manager is a class/interface.
Answer Posted / panku
DriverManager is a class. By using the static method
(registerDriver) of this class you can register the
different venders JDBC drivers. Also by using getConncetion
method you can connect to the database which is registered,
it returns the object ref of Connection interface.
Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
Why stateless is better than stateful?
What is ejb and its types in java?
What do you mean by in-memory replication?
What are the limitations of using local object?
What is the advantage of using entity bean for database operations, over directly using jdbc api to do database operations?
What do you mean by ejb ql?
Match the ejb functions given below with the functionality equivalent in sql?
What is dependency injection in ejb?
What is the procedure for the presentation of ejb persistence mechanism?
What do you mean by ejb?
What is EJB object?
What are the key benefits of the ejb technology?
What do you mean by bean managed transaction?
What is the difference between session and entity beans? When should I use one or the other?
What are the advantages of ejb?