to update a batch in a table in jdbc which method of
statement object is used.

Answers were Sorted based on User's Feedback



to update a batch in a table in jdbc which method of statement object is used...

Answer / prasad

we will call updateBatch on statement

Is This Answer Correct ?    22 Yes 2 No

to update a batch in a table in jdbc which method of statement object is used...

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

to update a batch in a table in jdbc which method of statement object is used...

Answer / name

!!! we will call updateBatch on statement!!!

Is This Answer Correct ?    6 Yes 4 No

to update a batch in a table in jdbc which method of statement object is used...

Answer / kakumudi srihari mca

By using BatchUpdate().

Is This Answer Correct ?    0 Yes 0 No

to update a batch in a table in jdbc which method of statement object is used...

Answer / subhasish

surima is correct

Is This Answer Correct ?    0 Yes 4 No

to update a batch in a table in jdbc which method of statement object is used...

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

Post New Answer

More J2EE Interview Questions

How will you explain cdata?

0 Answers  


Which server is best for java?

0 Answers  


What is Connector architecture?

0 Answers  


What is java 2 platform, standard edition (j2se)?

0 Answers  


What are the types of j2ee clients?

0 Answers  






Which framework is best for java?

0 Answers  


What is main method in java?

0 Answers  


What is j2ee application?

0 Answers  


How do you compile java?

0 Answers  


Diffrence between arraylist and hashmap

3 Answers   Oracle,


What software is needed for java programming?

0 Answers  


What is the ear file?

0 Answers  


Categories