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 batch processing and how to perform batch processing in jdbc?
How do I find whether a parameter exists in the request object?
Why can't Tomcat find my Oracle JDBC drivers in classes111.zip?
What is hbm xml?
What is statement and resultset in jdbc?
What is database deadlock ? How can we avoid them?
What are the different types of drivers under jdbc?
What is two-phase commit in the database?
What do you mean by batch processing in jdbc?
Is odbc an api?
What is a statement in java?
Describe odbc?
Under what circumstances, that all four drivers are used?
How to insert and delete a row programmatically? (new feature in JDBC 2.0)
What is meant by jdbc and odbc?