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

PreparedStatements are precompiled. When you create a
PreparedStatement you supply a SQL statement. This statement
is passed right along to your database where it is compiled
and cached. The advantage of this is that if you are running
a query multiple times the database will not have to compile
it each time before it is run. This can result in a hefty
performance boost.


Read more: How to use a Java Prepared Statement | eHow.com
http://www.ehow.com/how_5386522_use-java-prepared-statement.html#ixzz12INtbKn4

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which package contains jdbc api?

1090


How can you know about drivers and database information ?

1050


Explain about the Try Block?

1033


How can you retrieve data from the resultset using jdbc?

1131


Is possible to open a connection to a database with exclusive mode with JDBC?

1007


How many locking systems are there in jdbc?

1083


What is phantom read and which isolation level prevents it?

1191


Explain about DSN?

1027


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

1011


What are collection pools?

1020


What is the role of the jdbc drivermanager class?

987


Explain some new features available in jdbc 4.0?

1070


password, is stored in as plain text. What can I do to protect my passwords?

1017


What is jdbc databasemetadata interface?

1117


What is executeupdate in java?

927