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 java servlet container?
What is difference between j2ee and java?
How to call main class with in main class?
Give some advantages of orm (object-relational mapping)?
What is mean by connection pooling?
What is data?
What is application client module?
What is ejb container provider?
What do you understand by connector? Explain connector architecture.
Why is java important for internet?
What is j2ee technology?
What are the four types of J2EE modules?