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 Statement and PreparedStatement? whatz the
difference?

Answer Posted / harish

When you execute a SQL query with Statement. It parses and
executes in the database each time. Where as in
PreparedStatement, first time it parses and executes and
subsequent times, it directly substitute the values in the
query and executes. It is faster than Statement

Is This Answer Correct ?    11 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is setautocommit in jdbc?

973


What is the purpose of the jdbc resultset interface?

960


What is the difference between executing, executequery, executeupdate in jdbc?

1055


Why prepared statements are faster?

1013


Which type of driver provides jdbc access via one or more odbc drivers?

945


What is the role of class.forname while loading drivers?

1052


What is jdbc dialect?

977


What is benefit of using preparedstatement in java?

975


What are the flow statements of jdbc?

1061


What is jdbc and odbc in java?

965


What is connection data?

975


How can we execute stored procedures using callablestatement?

982


Define preparedstatement.

1044


What are the components of jdbc?

1037


Explain in detail about JDBC and its general features?

1000