Answer Posted / kalyan
If same query is executed multiple times over DB for
different values, we go for preparedStatement
PreparedStatement ps = con.prepareStatement(
"UPDATE TABLE_NAME SET COLUMN = ? WHERE COF_VALUE
LIKE ?");
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Name different methods for getting streams.
What are the different types of JDBC drivers?
What is statement and preparedstatement in java?
What is jdbc dialect?
What is a jdbctemplate?
explain about special characters?
I have the choice of manipulating database data using a byte[] or a java.sql.blob. Which has best performance?
What is the purpose of jdbc resultset interface?
How to insert an image or raw data into database?
What does executequery return in java?
Give an example for execution of sql statement.
What is thin driver in jdbc?
How to connect html page to database using jdbc?
What is jdbc odbc connection?
What happens if we don't close the connection in jdbc?