Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


what does batchUpdate does?

Answers were Sorted based on User's Feedback



what does batchUpdate does?..

Answer / dsr

Batchupdate is group of queries run at a time.

Is This Answer Correct ?    8 Yes 2 No

what does batchUpdate does?..

Answer / vishnu

Ma


Make all queries as batch and by using this command we can
execute all queries at a time

Is This Answer Correct ?    6 Yes 0 No

what does batchUpdate does?..

Answer / amit singh

batch update calls to database as chunk(group),
if you want to run more then one sql statement in a single
database call then you have to go for it

Is This Answer Correct ?    3 Yes 1 No

what does batchUpdate does?..

Answer / mraghuhere

This batchUpdate() is a method to Update the batch of records in the table.

Is This Answer Correct ?    2 Yes 0 No

what does batchUpdate does?..

Answer / koti

batch is a group of records

Is This Answer Correct ?    3 Yes 3 No

what does batchUpdate does?..

Answer / mayilvahanan

Batch update is the collection of queries run at a time

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More JDBC Interview Questions

What is type 4 jdbc driver?

0 Answers  


Is jpa faster than jdbc?

0 Answers  


Diff. types of triggers..

4 Answers   Logica CMG,


What is a statement?

0 Answers  


Give steps to connect to the db using jdbc?

0 Answers  


Give me some example for getting connection from connection pooling in JBoss Server. Is Connection Pool default in Server or we have to create it? Who can create Connection Pool in a Team. How it will be accessed by the developer code?

1 Answers   TCS,


What is jdbc driver in java?

0 Answers  


How can we execute stored procedures using callablestatement?

0 Answers  


When do we use execute method in java jdbc?

0 Answers  


What is the limitation of PreparedStatement and how to overcome it?

0 Answers  


How can you use preparedstatement in jdbc?

0 Answers  


What does the jdbc resultsetmetadata interface?

0 Answers  


Categories