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

Hi my doubt is that preparedStatement is a interface means
which has no implemenation.plz go thru the code below
String sql = "SELECT * FROM movies WHERE year_made = ?";
prest = con.prepareStatement(sql);
prest.setInt(1,2002);
ResultSet rs1 = prest.executeQuery();

Now setInt and executeQuery how it works since it is
interface it does not have implementation how it works, how
executeQuery returns result from database as executequery
method has no implementation even in Statement interface.

Answer Posted / arin

just return the resultset rs.Its sufficient.

Is This Answer Correct ?    0 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Give steps to connect to the db using jdbc?

1062


What does the jdbc connection interface?

1035


Why is jdbc needed?

972


What is resultset in jdbc with example?

991


Why can't I invoke the ResultSet methods afterLast and beforeFirst when the method next works?

1260


What do you understand by jdbc datasource?

1074


What is the purpose of jdbc resultset interface?

1026


what happen if we set JDBC string to NULL?

3450


What are the advantages of using preparedstatement over statement?

1074


How does a custom RowSetReader get called from a CachedRowSet?

1137


What are the different types of resultset?

1021


What is JDBC DataSource and what are it’s benefits?

1301


Is jdbc secure?

1026


Which is better odbc or jdbc?

1061


Which type of driver is unique in jdbc?

1027