How to create Connection interface object because it is
Interface , Interface is not instansiated?
Answer Posted / venkateswararao
connection interface is provided by the java , i.e they only
gives the interface but not implemented . this interface is
implemented by the oracle vendors ,So interface class is
implemented by data base vendors . So these methods are used
to connect data base
Connection con=Drivermanager.getConnection("url
path","username","password");
get connection is static method , So this method is calling
by DriverManager class
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Which package contains jdbc api?
What are database warnings in jdbc and how can we handle database warnings in jdbc?
Jdbc-odbc bridge is multi-threaded or not?
Differentiate between stored procedure and functions?
Explain the various types of locking system in jdbc?
What is JDBC ResultSet?
What is jdbc driver in java?
What are 4 drivers available in JDBC? At what situation are four of the drivers used?
What are the steps involved in establishing a connection using jdbc in java?
How can I determine the isolation levels supported by my DBMS?
Does sql allow null values ? Can we use it within where clause ?
How many categories of jdbc drivers are there?
In which ways is driver class is registered with drive manager?
Is jdbc faster than hibernate?
What does the jdbc resultset interface?