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 does the connection object represents?
Discuss the significances of jdbc.
What are the 4 types of jdbc drivers?
When do we use execute method in java jdbc?
Is possible to open a connection to a database with exclusive mode with JDBC?
How do I load a database driver with JDBC 4.0 / Java 6?
What is JDBC Connection? Explain steps to get Database connection in a simple java program.
What are the exceptions in jdbc?
What is the benefit of having jdbcrowset implementation? Why do we need a jdbcrowset like wrapper around resultset?
What is jdbc and explain jdbc architecture?
What is the major difference between java.util.date and java.sql.date data type?
What are the packages are used in jdbc?
What is encrypted connection?
What is executeupdate in java?
Is jdbc object oriented?