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 caller?
how many external variables are there in jsp ?
What is application client module?
What is authorization constraint?
Explain the four types of container that the j2ee specification defines
How do I become a java developer?
Is java is a technology?
What is main method in java?
Is core java and j2se same?
What is java 2 platform, standard edition (j2se)?
How do you compile java?
What do you mean by the deployment descriptor?