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
Briefly tell about the jdbc architecture.
What is connection pooling and why it is used?
Expalin the method of calling a stored procedure from jdbc.
What is the purpose of the jdbc resultset interface?
Is there another way of dealing with the result set that could execute faster?
Is java a database?
How can I create a custom RowSetMetaData object from scratch?
If you are truncated using JDBC, how can you that how much data is truncated?
What are the three basic components of the odbc architecture?
Does jpa use jdbc?
What is jdbc drivers in java?
any one can explain about policy file rule? when i connect database with applet then ther is no compile time error but the run time error is occureed.i.e access is denied.policy file rule is related to this problem.
How can you retrieve data from the resultset using jdbc?
What is ojdbc14 jar?
Where jdbc drivermanager class is used?