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
Name the method, which is used to prepare a callablestatement.
Does sql allow null values ?
What is the limitation of PreparedStatement and how to overcome it?
If you are given a choice to implement the code to either insert a record or update if already exist, which approach will you follow ?
What is DML?
How to move the cursor in scrollable resultset ?
Expalin the method of calling a stored procedure from jdbc.
How can we move the cursor in a scrollable result set?
What is jdbc odbc driver?
Is jdbc and orm?
Is jdbc faster than hibernate?
What is the purpose of the jdbc resultset interface?
What are the ddl statements?
Does JDBC support stored procedures?
What do you mean by database connection pooling?