How many ways can you update a result set?



How many ways can you update a result set?..

Answer / Ms.meena Kumari

In JDBC, there are two primary ways to update a result set: the first is by iterating through the result set and calling the setXXX() methods on each row; the second is using update methods like updateRow() for updating multiple rows at once.n

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JDBC Interview Questions

What is the role of jdbc drivermanager class?

1 Answers  


What are the measures to connect to the db using jdbc?

1 Answers  


What is jdbc odbc driver?

1 Answers  


What does executequery return in java?

1 Answers  


List some new features available in jdbc 4.0?

1 Answers  


How does jdbc work?

1 Answers  


What is jdbc class forname?

1 Answers  


What does executeupdate return in jdbc?

1 Answers  


What are devices?

1 Answers  


What happens if we don't close the connection in jdbc?

1 Answers  


Is jdbc an api?

1 Answers  


What is Type-4 Driver and when this driver is used?

3 Answers  


Categories