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 considered as a web component?
What is declaration?
Which framework is best for java?
Use of private variable while creating properties ???
Describe secure socket layer (ssl)?
What are the main components of a class in java?
What is the mvc on struts?
What is assembly in java?
What is javabeans component?
What is core java and j2ee?
What is the preferred size of a component in java?
Is class a data type in java?