What are JDBC statements?

Answers were Sorted based on User's Feedback



What are JDBC statements?..

Answer / 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

What are JDBC statements?..

Answer / prasad rao

These are the JDBC Statements:-

1) Statement
2) PreaparedStatement
3) CallableStatement

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JDBC Interview Questions

What are the ddl statements?

0 Answers  


Explain the locking system in jdbc & its types?

0 Answers  


What is Connection Pooling ??? How we set up a particular connection within connection pooling ????

2 Answers   Cognizant,


What is Statement and PreparedStatement? whatz the difference?

2 Answers  


What is jndi lookup?

0 Answers  






How to set the attribute concurrency in resultset?

0 Answers  


How transactions are performed using JDBC ?

2 Answers  


What are common JDBC Exceptions?

0 Answers  


How can I determine where a given table is referenced via foreign keys?

0 Answers  


What is jdbc and why is it required?

0 Answers  


What are database warnings in jdbc and how can we handle database warnings in jdbc?

0 Answers  


how we can remove hard code in java?

1 Answers   Satyam,


Categories