Answer Posted / vikas
JDBC Statements are Interfaces & are of three types.
1. statement
2. preparestatement
3. callable statement
in this preparestatement extends the statement interface and
callable statement extends preparestatement
you can create only one query using statement and you can
pass multiple queries through preparestatement and if we
have to call procedure from database then use callable statment.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How a database driver can be loaded with jdbc 4.0 / java 6?
What is jdbc dialect?
Is jdbc object oriented?
What is JDBC Connection isolation levels?
What is jdbc and why is it required?
Does jdbc require oracle client?
What are the jdbc statements?
Prepared statements are faster. Why?
Explain the two tier and three tier architecture of jdbc.
What is jdbc connection?
How to get the Database server details in java program?
Explain the locking system in jdbc & its types?
explain about special characters?
How many rowset are available in jdbc?
If you are truncated using JDBC, how can you that how much data is truncated?