Answer Posted / yazhini
JDBC drivers are divided into four types or levels.There are:
Type 1:JDBC-ODBC Bridge driver(Bridge)
Type 2:Native-API/partly java driver(Native)
Type 3:All java/Net-protocol driver(Middleware)
Type 4:All java/Native-protocol driver(Pure)
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is jdbc template?
Explain the locking system in jdbc?
Explain the importance of drivermanager.
Which database is used with java?
What is the role of jdbc drivermanager class?
Name the new features added in jdbc 4.0.
How to move the cursor in scrollable resultset ?
Which interface handles transaction management in jdbc?
Why do we use jdbc statements?
How can we move the cursor in a scrollable result set?
Give a way to check that all result sets have bin accessed and update counts are generated by execute method.
How are jdbc statements used?
What does the jdbc resultsetmetadata interface?
Is jdbc faster than odbc?
What are the factors that the jdbc driver performance depends upon?