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 / bhoopesh alladi

execute()- is for invoking the functions or stored
procedures of SQL by the CallableStatement.

executeUpdata()- is for the operations such as insert,
update or delete on SQL by PreparedStatement, Statement.

executeQuery() - is for operation select of Sql by
PreparedStatement or Statement.

Is This Answer Correct ?    69 Yes 21 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do I connect to jdbc?

983


What does jdbc setmaxrows method do?

1004


explain about special characters?

1028


What are the advantages of collection pools?

1100


What is @entity in java?

1007


What is the use of the statement in jdbc?

975


Is it possible to connect to multiple databases simultaneously?

1120


What is the purpose of the jdbc resultset interface?

958


What is jdbc thin client in oracle?

945


List the advantages of using datasource?

1041


What is a jdbc driver and how many jdbc drivers are available?

1116


Explain about column name and getter method?

1126


What is the meaning of connection?

1019


Does the database server have to be running Java or have Java support in order for my remote JDBC client app to access the database?

1016


Which package contains jdbc api?

1090