What are JDBC statements?

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


Please Help Members By Posting Answers For Below Questions

How a database driver can be loaded with jdbc 4.0 / java 6?

565


What is jdbc dialect?

580


Is jdbc object oriented?

579


What is JDBC Connection isolation levels?

637


What is jdbc and why is it required?

558






Does jdbc require oracle client?

598


What are the jdbc statements?

652


Prepared statements are faster. Why?

689


Explain the two tier and three tier architecture of jdbc.

603


What is jdbc connection?

721


How to get the Database server details in java program?

657


Explain the locking system in jdbc & its types?

573


explain about special characters?

617


How many rowset are available in jdbc?

745


If you are truncated using JDBC, how can you that how much data is truncated?

657