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
What is @injectmock?
What is bean in ejb?
What optimization could I use if the ejb container is the only point of write access to the database?
What is ejb ql?
What is the default transaction attribute for an ejb?
How to determine, that beans are TX or not?
How do I use a less than or greater than on a message selector in ejb-jar.xml?
What is ejb in weblogic?
What is the use of @ejb annotation?
What is mdb in ejb?
What is entity bean?
What are the types of enterprise bean?
What do you mean by abstract schema?
An instance of stateful session ejb when accessed simultaneously from more than one clients on same vm results in remoteexception or ejbexception. In case the client is a servlet thread, which of the techniques can be used to avoid remoteexception/ejbexception?
How does ejbs work?