Answer Posted / jyotshna pardhia
There are three types of statements :-
1. Statement :used to calls select statements
2. Prepared Statement :used to calls precompiled statements
3. Callable Statement :used to call stored procudires
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What causes the "No suitable driver" error?
Name the method, which is used to prepare a callablestatement.
what is the meaning of following code snippets Class c=class.forName(driverClassName); Driver d=(driver)c.newInstance();
How can I create a custom RowSetMetaData object from scratch?
What is jdbc and jpa?
What is connection pooling and why it is used?
What do you understand by jdbc driver and explain its types?
What is meant by jdbc?
What are the functions of the jdbc connection interface?
What is a lock in jdbc?
What is the difference between jdbc and odbc?
If I use the JDBC API, do I have to use ODBC underneath?
How do we load the drivers?
Is uri the same as url?
What are devices?