to update a batch in a table in jdbc which method of
statement object is used.
Answers were Sorted based on User's Feedback
Answer / surima
First add the sql querys to statement object via
stmt.addBatch(strupdQry)
then write stmt.executeBatch()
| Is This Answer Correct ? | 21 Yes | 1 No |
Answer / chandran
to update a batch in a table Prepared Statement is used and
the method executeUpdate(), is used
| Is This Answer Correct ? | 4 Yes | 15 No |
What is javaserver pages standard tag library (jstl)?
What is instance in java?
What do you understand by j2ee?
What is credentials?
What is the difference between session bean and entity bean ?
Why frameworks are used in java?
Which of the following are subclasses of java awt component?
Where can I find java developers?
What is the J2EE module?
Which java ide is best?
What is included in j2ee?
What is java application server?