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 database independent?
What is the function of drivermanager class?
What does the jdbc driver interface do?
What is device controller?
What are the main components of JDBC ?
Where is jdbc used?
Why is jdbc needed?
What do you mean by metadata and why we are using it?
What is a jdbc url?
DB2 Universal claims to support JDBC 2.0, But I can only get JDBC 1.0 functionality. What can I do?
How can we execute stored procedures?
What is jdbc url for mysql?
What is the JDBC?
What is jdbc connection?
Does jdbc require oracle client?