can we create a own jdbc driver? how can we create?
Answer Posted / 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 View All Answers
Explain the role of driver in jdbc.
Which constraint cannot be specified as an explicit constraint and should be specified with the column only ?
What is the meaning of batch updates?
What class.forname will do while loading drivers of jdbc?
How do I check in my code whether a maximum limit of database connections have been reached?
Which type of driver provides jdbc access via one or more odbc drivers?
How can I connect mysql or oracle with java?
What is connection commit?
What is a jdbc connection pool?
If you are truncated using JDBC, how can you that how much data is truncated?
What is metadata in java programming?
What isolation level is used by the DBMS when inserting, updating and selecting rows from a database?
How can you retrieve data from the resultset using jdbc?
Can we return resultset in java?
What are the differences between execute, executequery, and executeupdate?