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 application client container?
How does javac compiler work?
Is java procedural or object oriented?
What is non primitive data type in java?
What is deployment descriptor?
What is interpreter in java?
What is advance java?
What is initialization parameter?
What is component contract?
explain the technologies that j2ee platform provides for developing components.
What is application configuration resource file?
What is java advanced?