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 / trio

boolean execute()
Executes the SQL statement in this PreparedStatement
object, which may be any kind of SQL statement.

ResultSet executeQuery()
Executes the SQL query in this PreparedStatement object and
returns the ResultSet object generated by the query.

int executeUpdate()
Executes the SQL statement in this PreparedStatement
object, which must be an SQL INSERT, UPDATE or DELETE
statement; or an SQL statement that returns nothing, such
as a DDL statement.

Is This Answer Correct ?    39 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to know howmuch data is truncated?

2324


Explain the JDBC Architecture?

970


What is the difference between client and server database cursors?

1097


What is in terms of jdbc a datasource?

1018


What is JDBC Connection? Explain steps to get Database connection in a simple java program.

1099


How can I write to the log used by DriverManager and JDBC drivers?

958


What does it mean to "materialize" data?

932


What is jdbc and its types?

905


What is the use of jdbc api?

933


How can you make the connection using jdbc?

991


How do I insert an image file (or other raw data) into a database?

921


What are the different classes through which JDBC represents statements?

877


Describe the steps needed to execute a sql query using jdbc.

924


What are jdbc and its components?

927


What is connection commit?

886