How to create Connection interface object because it is
Interface , Interface is not instansiated?
Answer Posted / raja
write a connection interface class and sub class implemente
a interface .Now create object of interfacelike this
interface in=new SubclassName();
| Is This Answer Correct ? | 14 Yes | 7 No |
Post New Answer View All Answers
Is jdbc a protocol?
Why we use jdbc instead of odbc?
List the advantages of using datasource?
Explain creation of statement object with connection method create method with help of an example.
What is odbc and jdbc in dbms?
Why is jdbc used?
Explain some new features available in jdbc 4.0?
How does jdbc work?
Write a program JDBCcode forfetching student database with SQL.
I have the choice of manipulating database data using a byte[] or a java.sql.blob. Which has best performance?
What is jdbc architecture in java?
Explain about DSN?
How does jdbc driver work?
What is the fastest type of JDBC driver?
Explain how data flows from view to db and reverse