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

PreparedStatement is a pre compiled statement but where it's
pre compiled ?

Answer Posted / aravind

Hi,
in prepared statement when u mention the query that time
only statement will be internaly sent to DB and checks for
the query syntax, so when u execute it directly executes
the statement.

PreparedStatement pstmt = conn.prepareStatement("insert
into table (column2) values ("My Value") where id = 1000");

//pstmt is already compiled

pstmt.execute();

Is This Answer Correct ?    5 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which Java and java.sql data types map to my specific database types?

1070


What are temp tables ?

980


Give an example for execution of sql statement.

1040


Where can I find info, frameworks and example source for writing a JDBC driver?

931


What is two-phase commit in the database?

1046


How do java applications access the database using jdbc?

1038


How vendor Naming registry supports JNDI?

2201


What is the function of drivermanager class?

1099


What is resultset in jdbc with example?

938


What is the fastest type of JDBC driver?

1059


Write an sql to find all records having all numeric characters in a field ?

970


When does the result for an sql statement return null?

921


What is jdbc connection string?

1002


Does the database server have to be running Java or have Java support in order for my remote JDBC client app to access the database?

972


What is jdbc architecture?

1041