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 PreparedStatement?

Answer Posted / mathivanan

Statement:
Where we r going to a loop the SQL query has to be
compiled every iteration.

PreparedStatement:
Unlike Statement the SQL query is compiled one time and
use that pre_compiled query in all iteration. So it reduces
the execution time
While declaring the PreparedStatement itself v can give
the query which has to performed.

Is This Answer Correct ?    23 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you determine the sensitivity of the ResultSet object?

1027


What is the difference between ojdbc6 and ojdbc7?

933


How can you load the drivers?

1005


Why “no suitable driver” error occurs?

1133


What is a jdbc connection string?

987


What is jdbc databasemetadata interface?

1117


Is jdbc part of j2ee?

1032


What is executequery in java?

943


Which constraint cannot be specified as an explicit constraint and should be specified with the column only ?

981


What class.forname will do while loading drivers of jdbc?

989


What are the different types of JDBC drivers?

1102


How do I stop nullpointerexception?

1022


What is a jdbc connection?

943


Name the types of jdbc drivers.

955


How can you know about drivers and database information ?

1050