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
What is the advantage of namedparameterjdbctemplate?
How to test jdbc connection to sql server?
How can I create a custom RowSetMetaData object from scratch?
How do I know which jdbc driver to use?
What is serialization and deserialization in java programming?
If you are given a choice to implement the code to either insert a record or update if already exist, which approach will you follow ?
What is data source in java?
What is represented by the connection object?
Is jdbc secure?
What is CLOB and BLOB datatypes in JDBC?
What do you mean by odbc?
What are four types of JDBC driver?
How does a custom RowSetReader get called from a CachedRowSet?
What are the 4 types of jdbc drivers?
Explain different types of locks in jdbc?