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
What is jdbc architecture in java?
What is the purpose of jdbc?
Does sql allow null values ?
What are the components of jdbc?
Discuss the significances of jdbc.
What are the functions of the jdbc connection interface?
How are jdbc statements used?
Why do we need jdbc api?
Where is jdbc url mysql?
What is jdbc template?
What is JDBC RowSet? What are different types of RowSet?
What is batch processing and how to perform batch processing in jdbc?
There is a method getColumnCount in the JDBC API. Is there a similar method to find the number of rows in a result set?
How to use JDBC API to call Stored Procedures?
What causes no suitable driver error?