Driver manager is a class/interface.
Answer Posted / tamilvanan
DriverManager is a class that present in java.sql package
which is used to connect the our application with database.
that is DriverManager containing getConnection() method
that return Connection object
Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
A client wants to preserve the reference to the ejbhome object of an enterprise bean instance and use it later. Which of the following can be serialized for this purpose?
What is a ejb container?
How can one EJB be called from within another EJB?
What is software architecture of ejb?
What are ejb containers?
Can beans who are involved in transaction have 'passivation' process?
What is entity bean?
What is stateless and stateful session bean in ejb?
What is @autowired required false?
How to invoke ejb from java client?
Is functional programming stateless?
What is ejb home object?
What is remote interface in ejb?
What is stateless session bean?
How does the server decide which beans to passivate and activate?