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 is the difference between ExecuteUpdate and
ExecuteQuery?

Answers were Sorted based on User's Feedback



What is the difference between ExecuteUpdate and ExecuteQuery?..

Answer / anji

executeUpdate() - is used to update or modify the table, it
will returns howmany rows added/updated in the table.

executeQuery() - is used to retrieve the data from the
table. only for "select" query, this will return a
Resultset metadata

Is This Answer Correct ?    42 Yes 2 No

What is the difference between ExecuteUpdate and ExecuteQuery?..

Answer / vishnuvardhan

ExecuteUpdate method will return integer value.
ExecuteQuery method will return ResultSet value.

Is This Answer Correct ?    45 Yes 7 No

What is the difference between ExecuteUpdate and ExecuteQuery?..

Answer / balu

executeUpdate() --is used for executing non-select
statements

executeQuery() - is used for executing select statements

The above two are valid in SQLServer
Note: but i think in case of Oracle executequery()may also
accept non-select statements

Is This Answer Correct ?    19 Yes 2 No

What is the difference between ExecuteUpdate and ExecuteQuery?..

Answer / fiza

when we seach any record from database we call the execute
query and when we write in database we call the update
method

Is This Answer Correct ?    15 Yes 3 No

Post New Answer

More Servlets Interview Questions

where the generated jsp source file are stored?

7 Answers   HCL,


Which is better approach among four(HttpSession,cookie,URL Rewriting, Hidden Fields) Session Tracking technic's ? Why ?

3 Answers   L&T,


Explain the concept of ssi ?

0 Answers  


How can we include static files in the jsp page?

0 Answers  


What are the life cycle methods of a servlet?

0 Answers  


How do you create connections for number of users, if you want to improve performance?

2 Answers  


Is that servlet is pure java object or not?

0 Answers  


What is servlet and its advantages?

0 Answers  


What is java servlet session?

0 Answers  


How can we refresh automatically when new data has entered the database?

0 Answers  


What is the difference between Servlets and Applets?

0 Answers  


How do you track a user session in servlets?

3 Answers  


Categories