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 form-based authentication?
What is java api for xml registries (jaxr)?
Is java an assembly language?
Which server is best for java?
Describe action form?
Which java technology is in demand?
What is java j2ee developer?
what is a servlet? and explain its lifecycle methods?
What is j2ee technology?
What is containers in java?
Why primitive data types in java are not objects?
What is java technology stack?