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 |
What does executeupdate return in java?
How to check jdbc connection in linux?
Explain how to make updates to the updatable resultsets.
How many types of JDBC Drivers are present and what are they?
How to set the attribute concurrency in resultset?
How to check null value in JDBC?
How can we execute stored procedures?
please tell me the name and url path for type-4 driver ?
Explain about column name and getter method?
How do I receive a ResultSet from a stored procedure?
What is the advantage of namedparameterjdbctemplate?
Explain some new features available in jdbc 4.0?