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 do you mean by batch processing in jdbc?
What do you mean by two phase commits?
Explain what should be done when a SQL exception is raised?
What are restrictions on triggers?
What does jdbc do?
Why do we need jdbc api?
What are the packages are used in jdbc?
Explain Basic Steps in Writing a Java Program Using Jdbc?
Is jdbc faster than odbc?
What is the reason why we need a jdbcrowset like the wrapper around resultset?
What is the role of class.forname while loading drivers?
What is type 4 jdbc driver?
Differentiate between stored procedure and functions?
What is an SQL Locator?
Where jdbc drivermanager class is used?