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 use of @postconstruct?
Name the attributes of javax.ejb.ejb.
What optimization could I use if the ejb container is the only point of write access to the database?
What is @injectmock?
How does ejb invocation happens?
What are the basic and subtypes of enterprise java beans (ejb)?
Name the attributes of javax.ejb.stateful.
What are the types of ejb?
TX operation funtion executed by?
Write the basic requirement of a cmp entity based class in 2.0 from ejb 1.1?
Is is possible for an ejb client to marshal an object of class java.lang.class to an ejb?
Differentiate ‘Stateful Session’ from ‘Entity Bean’ ?
What is ptp model?
Explain the important elements of ejb?
What is the difference between @requestparam and @pathvariable?