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 in detail about JDBC and its general features?
What is odbc. how is it related to sql cli?
What is the meaning of batch updates?
What does the connection object represents?
What is savepoint in jdbc?
What are types of resultset?
What is database connection pooling? Advantages of using a connection pool?
What are the different types of JDBC drivers?
What is JDBC Savepoint? How to use it?
How can we store the file in the oracle database?
What are common JDBC Exceptions?
Why do we need jdbc driver?
What is jdbc class forname?
What is new in JDBC 2.0?
What do you mean by jdbc batch processing and what are the advantages of using jdbc batch processing?