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
What is entity bean?
Why should we use ejb?
What are the callback annotations for entity bean?
What is EJB server?
Define ripple effect?
What is Session Bean Interface?
what is the Relationship between EJB and CORBA architecture?
Is it possible to share an httpsession between a jsp and ejb?
in EJB diclare the static methods are not?
What is a stateless session?
Why is ejb used?
Is ejb be called from another ejb? If yes then how?
Is having static initializer blocks legal in ejb?
What do you mean by abstract schema?
can u explain about design patterns like singleton,builder,factory