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
What is jdbc odbc bridge in java?
What do you mean by odbc?
How vendor Naming registry supports JNDI?
What is a jdbc driver and how many jdbc drivers are available?
What are the advantages of using preparedstatement over statement?
What is a jdbc connection pool?
What is jdbc connection?
What is JDBC Transaction Management and why do we need it?
How do I start debugging problems related to the JDBC API?
Is jdbc a web technology?
Explain about multiple implementations and drive manager?
What does the jdbc resultset interface?
How are jdbc statements used?
What is the use of JDBC DriverManager class?
What are the three parts of a jdbc url?