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?

Answers were Sorted based on User's Feedback



What are JDBC statements?..

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

What are JDBC statements?..

Answer / prasad rao

These are the JDBC Statements:-

1) Statement
2) PreaparedStatement
3) CallableStatement

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JDBC Interview Questions

What happens if connection is not closed in jdbc?

0 Answers  


What is jdbc databasemetadata interface?

0 Answers  


How can you use preparedstatement in jdbc?

0 Answers  


What is the use of JDBC DriverManager class?

0 Answers  


What are the advantages of collection pools?

0 Answers  


give me a java code snippet to connect Microsoft excel through.... I am trying alot... plz help me.

7 Answers  


What is database connection pooling? Advantages of using a connection pool?

0 Answers  


What is an SQL Locator?

0 Answers  


What is jdbc odbc bridge?

0 Answers  


Does jdbc use ssl?

0 Answers  


How can you sort dates?

1 Answers  


What is jdbc and jdbc drivers?

0 Answers  


Categories