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 execute(), executeUpdate() and executeQuery()
methods?

Answer Posted / ratheesh.a

executeQuery(): This is a method/function used in jdbc
programs. this method will return a 'Resulset' object.
Through this method we can access the result of the query
Usually the Select query is used here..




executeUpadte(): This method is mainly used for updating
queries.. such as 'insert,update,delete' etc... returns an
integer value which shows how many rows are updated...


execute() :What ever the sql queries we are giving in the
other 2 methods can also be include here
This will return a boolean value if it returns 'true' means
query executed successfuly else not..

Is This Answer Correct ?    4 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the role of the jdbc drivermanager class?

881


What is the use of getGeneratedKeys() method in Statement?

958


How does jdbc driver work?

924


What protocol does jdbc use?

921


What is a statement in java?

851


How to use JDBC to connect Microsoft Access?

1100


What are the different types of lockings in jdbc?

851


What is drivermanager in java?

880


List some new features available in jdbc 4.0?

867


How to set the attribute concurrency in resultset?

876


List the common jdbc exceptions ?

941


What are the higher level apis under development on top of jdbc currently?

894


What is jdbc connection?

1044


Why do we use jdbc?

925


Which Java and java.sql data types map to my specific database types?

1004