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
Write the basic requirement of a cmp entity based class in 2.0 from ejb 1.1?
Can EJB made to handle multiple transactions?
What are the different kind of ejb's?
Can you be deported if you are stateless?
How to invoke ejb from java client?
What are transaction isolation levels in ejb?
Explain the concept of ejb ql?
Where is ejb used?
What is Enterprise JavaBeans (EJB)?
can u explain about design patterns like singleton,builder,factory
How does ejb invocation take place?
What is message-driven bean?
Match the ejb functions given below with the functionality equivalent in sql?
What are the basic and subtypes of enterprise java beans (ejb)?
Which is more beneficial: Stateful or Stateless Bean?