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

Describe secure socket layer (ssl)?

0 Answers  


What is cmp in j2ee?

0 Answers  


What is web container in j2ee?

0 Answers  


What is the description for expression element?

0 Answers  


Hi friends can you give me sample code for Entire j2ee web application with struts and hibernate.I mean code for Dao, DaoImpl, HibernateDao ,HibernateDaoImpl, Dto , service , ServiceImpl , i.e.

1 Answers  






how many external variables are there in jsp ?

1 Answers  


What is advance java?

0 Answers  


J2ee is a container centric architecture. Explain.

0 Answers  


What is the use of jit compiler in java?

0 Answers  


Is java more difficult than c++?

0 Answers  


What are the java backend technologies?

0 Answers  


What is layout in java?

0 Answers  


Categories