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...

How we say that PreparedStatment is Precompiled? where it
will be compiled?

Answer Posted / venkatesh.t

prepared Statements are compiled at database server side.
Once the statement is passed to the database the Statement
is parsed for validness and checked weather the table exist
or not .if the statement is valid the server holds the
statement object and process the multiple request from the
client.
Finally parsing of the statement is done at server side that
to only once.

Is This Answer Correct ?    7 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can we return resultset in java?

969


What are the benefits of PreparedStatement over Statement?

1045


How does jdbc work?

925


What is drivermanager in java?

996


What does the jdbc driver interface do?

1043


What is the significance of DataBaseMetaData.tableIndexStatistics? How to obtain and use it?

1038


What does the jdbc databasemetadata interface?

1032


What is JDBC API and when do we use it?

1090


What are the three parts of a jdbc url?

1078


What are the new features available in jdbc 4.0?

1014


What is isolation level? How to set it?

2308


Name the new features added in jdbc 4.0.

1026


What are the types of jdbc drivers that exist?

1067


Is it possible to connect to multiple databases simultaneously?

1120


How can I create a custom RowSetMetaData object from scratch?

1047