Driver manager is a class/interface.
Answer Posted / amarajagan
DriverManager is a Class as part of javax.sql.*; package.The
purpose of DriverManager is to register the JDBC Driver and
to get the Connection Object
--->DriverManager.registerDriver(new
Oracle.jdbc.driver.OracleDriver());
--->Connection
con=DriverManager.getConnection("jdbc:oracle:thin:@localhost:1521:xe","scott","tiger");
Is This Answer Correct ? | 15 Yes | 1 No |
Post New Answer View All Answers
What is @injectmock?
What is rmi and ejb in java?
What do you mean enterprise javabeans (ejb) container?
What is difference between ejb 1.1 and ejb 2.0?
What are the benefits of ejb?
How can a session bean be configured for transactions of bean-managed?
Is it legal to have static initializer blocks in ejb?
What does statelessness mean?
Enlist the declarative transaction types?
How to import ejb project in eclipse?
What is an entity manager?
Write the basic requirement of a cmp entity based class in 2.0 from ejb 1.1?
What are the advantages of ejb?
What is stateless session bean?
Who took over ejb?