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

What is button in java?

0 Answers  


What is bean factory, have you used xmlbean factory?

0 Answers  


Describe the file types *.ear, * .jar and *.war?

0 Answers  


What is a j2ee component?

0 Answers  


Difference between save and saveorupdate?

0 Answers  


Is java a web technology?

0 Answers  


Is java still slow?

0 Answers  


What is caller principal?

0 Answers  


i want test pattern of zylog company and some examples also

0 Answers  


What does the application client module contain?

0 Answers  


What is jlayeredpane java?

0 Answers  


Which is latest technology in java?

0 Answers  


Categories