In JDBC, All the API?s are interfaces? Where is the actual
implementation?
Answer Posted / naveen
yes,sun is given implimentation part to driver
vendors,programer no need to known this code.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Why should we close database connections in java?
How do I check in my code whether a maximum limit of database connections have been reached?
Which is faster jdbc or odbc?
How can I know when I reach the last record in a table, since JDBC doesn't provide an EOF method?
How MS-Access DB can be accessed over a network, using JDBC API?
please tell me the name and url path for type-4 driver ?
What are the conditions applies to varchar variable, when using in procedures?
What are the differences between setmaxrows(int) and setfetchsize(int)?
What is the role of jdbc drivermanager class?
What is the JDBC?
How do I insert an image file (or other raw data) into a database?
What are the different types of lockings in jdbc?
How to move the cursor in scrollable resultset ?
What are the classes and methods used for sending sql statements to database?
What happens if connection is not closed in jdbc?