Driver manager is a class/interface.
Answer Posted / eswar
The JDBC DriverManager is a clas....It loads the JDBC
driver needed to access a particular data source, locates
and logs on to the database and returns a Connection
object.
| Is This Answer Correct ? | 27 Yes | 1 No |
Post New Answer View All Answers
What is bean-managed persistence?
What is use of @postconstruct?
How does ejbs work?
How does ejb container work?
What is backing bean?
Is method overloading allowed in ejb?
What is stateful or stateless?
Which is more beneficial: Stateful or Stateless Bean?
What is the difference between session and entity beans? When should I use one or the other?
What do you mean by bean managed transaction?
Which is more beneficial: CMP or BMP?
What is Enterprise JavaBeans Query Language (EJB QL)?
Is having static initializer blocks legal in ejb?
What is @injectmock?
Explain ejbhome and ejbobject in ejb?