Different statements in JDBC?

Answers were Sorted based on User's Feedback



Different statements in JDBC?..

Answer / bhoopesh alladi

1. CallableStatement
2. PreparedStatement
3. Statement

Is This Answer Correct ?    5 Yes 1 No

Different statements in JDBC?..

Answer / jyotshna pardhia

There are three types of statements :-
1. Statement :used to calls select statements

2. Prepared Statement :used to calls precompiled statements

3. Callable Statement :used to call stored procudires

Is This Answer Correct ?    3 Yes 0 No

Different statements in JDBC?..

Answer / devarathnam c,kotagudibanda(po

Hi...
The different statements in JDBC:
1:Simple statement
2:PreparedStatement
3:CallableStatement

Is This Answer Correct ?    3 Yes 2 No

Post New Answer

More JDBC Interview Questions

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

0 Answers  


what exactly happens when we execute "Class.forname("Driver class name");"?Explain indetail

10 Answers   Accenture, HP, IBM, Infosys, SAP Labs, SAS, Sasken, Trigent, Wipro,


What is addbatch jdbc?

0 Answers  


r u used any design patterns in your project?

3 Answers   Wipro,


How do I insert an image file (or other raw data) into a database?

0 Answers  






What are devices?

0 Answers  


How can a java objects be stored in database?

3 Answers   IBM,


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

1 Answers  


How can I get information about foreign keys used in a table?

0 Answers  


What is a JDBC 2.0 DataSource?

0 Answers  


Explain the JDBC Architecture?

0 Answers  


What happens if connection is not closed in jdbc?

0 Answers  


Categories