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
Which is best database for java?
What is the benefit of having jdbcrowset implementation?
Why isn't the java.sql.DriverManager class being found?
What is the use of statement in jdbc?
What is jndi lookup?
What are the measures to connect to the db using jdbc?
What are the jdbc statements?
Is jdbc secure?
What are the methods which can verify the cursor particular position?
Does jdbctemplate close connection?
Which constraint cannot be specified as an explicit constraint and should be specified with the column only ?
What does the jdbc resultset interface?
How to connect html page to database using jdbc?
What is difference between jdbc and odbc?
What protocol does jdbc use?