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
What is jdbc connection interface?
What are the main steps in java to make JDBC connectivity?
What port does jdbc use?
What are the common JDBC problems that you got and how do you solved them?
Is not bound in this context unable to find jdbc spring boot?
What is Apache DBCP API?
What is meant by jdbc and odbc?
What is a java driver?
Give a way to check that all result sets have bin accessed and update counts are generated by execute method.
What is the execute method in java?
How can I instantiate and load a new CachedRowSet object from a non-JDBC source?
How can I get information about foreign keys used in a table?
What is JDBC ResultSet?
What is connection data?
Is jdbc a protocol?