What are JDBC statements?
Answers were Sorted based on User's Feedback
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 |
Answer / prasad rao
These are the JDBC Statements:-
1) Statement
2) PreaparedStatement
3) CallableStatement
| Is This Answer Correct ? | 0 Yes | 0 No |
How can you make a connection?
What is com mysql jdbc driver?
What are different parts of a url?
Can I get a null resultset?
What is execute(), executeUpdate() and executeQuery() methods?
List the common jdbc exceptions ?
What is dburl?
How do I find jdbc version?
What are the methods which can verify the cursor particular position?
What is metadata in programming?
What is JDBC and ODBC and what are the differences between them?
11 Answers Idbi Bank, Infosys, Infoview, TCS,
Compare jdbc and odbc and how is jdbc required in this context.