to update a batch in a table in jdbc which method of
statement object is used.
Answer Posted / 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 |
Post New Answer View All Answers
What is build tool in java?
Where javac is located?
What is bean factory, have you used xmlbean factory?
What are the components of J2EE application?
Describe the ear, war, and jar.
What is devops in java?
What do you understand by j2ee?
What is java application server?
What is a java ee container?
What are container services?
Why is java used?
you are to choose between two procedures,both of which copute the minimum value in an array of integers.one procedure returns the smallest integer if its array argument is empty. the other requires a nonempty array.which procedure should you choose and why?
Is java safe to download?
Is java more difficult than c++?
What are different modules in spring?