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 are pros and cons of using of Type-2 and Type-4 Drivers over Type-1 driver?

4 Answers   IBM,


What is an SQL Locator?

0 Answers  


Explain the JDBC Architecture?

0 Answers  


How many isolation levels are supported in JDBC and what are they?

1 Answers  


What is an outer join?

3 Answers   Infogain,






What are the differences between resultset and rowset?

0 Answers  


How many types of statements are there in jdbc?

0 Answers  


How to get the data from a table into a buffer?

2 Answers  


What is executequery in java?

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,


Is JDBC a language or Application?

3 Answers  


What is jdbc url for mysql?

0 Answers  


Categories