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 is the reason why we need a jdbcrowset like the wrapper around resultset?

0 Answers  


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

7 Answers  


What is JDBC Driver interface?

0 Answers  


What are the differences between stored procedure and functions?

0 Answers  


Under what circumstances, that all four drivers are used?

0 Answers   TCS,


What is the return type of class.forname() method?

0 Answers  


What is JDBC Connection isolation levels?

0 Answers  


How to get a whole row of data at once?

2 Answers  


After creating conntinpool in weblogic how to write the code in programe where i can use that pool object in the programe connecting to the database and how to debug programe withou eclipse

2 Answers   Wipro,


Explain the locking system in jdbc & its types?

0 Answers  


What are the different classes through which JDBC represents statements?

0 Answers  


Hi to all.. well i want to make a standalone application which can use the concept of connection pooling, constraint is that i have not to use any application server like weblogic etc. Please help me out. Thaks in advance.

3 Answers   Huawei,


Categories