How to create Connection interface object because it is
Interface , Interface is not instansiated?
Answer Posted / satish.svu
Connection is an interface, but the implementation class is
provided by the third party,
Here Connection interface object means the implementation
class object
Is This Answer Correct ? | 18 Yes | 0 No |
Post New Answer View All Answers
How can I get information about foreign keys used in a table?
Briefly tell about the jdbc architecture.
Why do we need a jdbcrowset like wrapper around resultset?
What are the differences between resultset and rowset?
How to check jdbc connection in java?
How can we retrieve data from the resultset?
What do you mean by odbc?
How a database driver can be loaded with jdbc 4.0 / java 6?
Can resultset be null in java?
Why is odbc needed?
Why we use jdbc instead of odbc?
What is the function of setautocommit?
How to set the attribute concurrency in resultset?
When does the result for an sql statement return null?
What is resultset?