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
Once I have the Java 2 SDK, Standard Edition, from Sun, what else do I need to connect to a database?
Explain the JDBC Architecture?
How java can be connected to a database?
What are different types of JDBC Drivers?
What is jdbc type?
Why do we need jdbc?
Explain the locking system in jdbc?
How to connect multiple database in jdbc?
What is JDBC Transaction Management and why do we need it?
How can we execute stored procedures?
How to make updates to updatable result sets in jdbc?
How a database driver can be loaded with jdbc 4.0 / java 6?
Why do we use jdbc in java?
Does jdbc require oracle client?
Which is better odbc or jdbc?