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
Explain Basic Steps in Writing a Java Program Using Jdbc?
How do I retrieve a whole row of data at once, instead of calling an individual ResultSet.getXXX method for each column?
Explain the difference between resultset and rowset in jdbc
What does the jdbc resultset interface?
How do we call a stored procedure from jdbc?
What are the advantages of using jdbc datasource?
Give an example of code used for setting up connection with a driver.
Why prepared statements are faster?
What is the difference between jdbc and jndi?
What is jdbc and jdbc drivers?
What do you mean by odbc?
What is a java driver?
Where can I find ojdbc14 jar file?
How can you load the drivers?
What is CLOB and BLOB datatypes in JDBC?