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 are JDBC statements?

Answer Posted / vikas

JDBC Statements are Interfaces & are of three types.
1. statement
2. preparestatement
3. callable statement

in this preparestatement extends the statement interface and
callable statement extends preparestatement

you can create only one query using statement and you can
pass multiple queries through preparestatement and if we
have to call procedure from database then use callable statment.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the 4 types of jdbc drivers?

1088


List the common jdbc exceptions ?

1058


What is the different between ResultSet and RowSet?

1065


What is two-phase commit in the database?

1099


What is the meaning of connection?

1019


How can I determine where a given table is referenced via foreign keys?

1050


Why do we use jdbc statements?

1003


Does jdbctemplate use prepared statements?

953


How to use JDBC API to call Stored Procedures?

1057


What is the role of class.forname while loading drivers?

1050


What is getconnection method in java?

978


Is oracle client required for jdbc connection?

1020


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

982


What are the standard isolation levels defined by JDBC?

1215


How to connect multiple database in jdbc?

1147