can we create a own jdbc driver? how can we create?



can we create a own jdbc driver? how can we create?..

Answer / rishabh bhasin

no , we can't create new jdbc driver, there are four driver
1 jdbc/ odbc
2 native driver
3 network protocol driver
4 jdbc net pure driver

Is This Answer Correct ?    3 Yes 2 No

Post New Answer

More JDBC Interview Questions

What is jdbc explain?

0 Answers  


What is the syntax of URL to get connection?

1 Answers  


Which type of driver provides jdbc access via one or more odbc drivers?

0 Answers  


How to know howmuch data is truncated?

0 Answers   Mastek,


What is the difference between client and server database cursors?

0 Answers  






What is phantom read and which isolation level prevents it?

0 Answers  


In JDBC, All the API?s are interfaces? Where is the actual implementation?

3 Answers   HCL,


Is jdbc part of j2ee?

0 Answers  


While in CallableStatament using in the oracle my procedure is return no.of columns so in java how can i retrivbe the data and i wnat to view all data which is reetrive from my procedure

0 Answers   ADP,


Name the new features added in jdbc 4.0.

0 Answers  


How many locking systems are there in jdbc?

0 Answers  


Why we use while rs next ())?

0 Answers  


Categories