Different statements in JDBC?
Answers were Sorted based on User's Feedback
Answer / bhoopesh alladi
1. CallableStatement
2. PreparedStatement
3. Statement
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / jyotshna pardhia
There are three types of statements :-
1. Statement :used to calls select statements
2. Prepared Statement :used to calls precompiled statements
3. Callable Statement :used to call stored procudires
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / devarathnam c,kotagudibanda(po
Hi...
The different statements in JDBC:
1:Simple statement
2:PreparedStatement
3:CallableStatement
| Is This Answer Correct ? | 3 Yes | 2 No |
Why should we close database connections in java?
Are there any ODBC drivers that do not work with the JDBC- ODBC Bridge?
What is encrypted connection?
commit() and rollback() methods are defined in which interface?
What is JDBC Savepoint? How to use it?
What is jdbc odbc?
Which of the attributes in the monitoring tab for a jdbc connection pool in the administrative console tell us how many clients are currently waiting for a connection?
Explain the difference between rowset vs. Resultset in jdbc?
Which package contains jdbc api?
What is the return type of class.forname() method?
How to connect multiple database in jdbc?
What is jdbc url for mysql?