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 are the main components of JDBC ?
Is it possible to connect to multiple databases simultaneously? Using single statement can one update or extract data from multiple databases?
What is resultset?
What are the different types of drivers under jdbc?
What is jndi lookup?
How do I know which jdbc driver to use?
Which database is used with java?
Is jdbc faster than hibernate?
How to use JDBC to connect Microsoft Access?
Why we use jdbc instead of odbc?
What is the difference between execute, executeQuery, executeUpdate?
What are the different types of classes in the api component?
Give an example of code used for setting up connection with a driver.
What do you mean by metadata and why we are using it?
What is odbc jdbc?