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

Why we use while rs next ())?

0 Answers  


What is a jdbc connection?

0 Answers  


What class.forname does, while loading the drivers?

0 Answers  


List the advantages of using datasource?

0 Answers  


What are the three basic components of the odbc architecture?

0 Answers  






Jdbc-odbc bridge is multi-threaded or not?

0 Answers  


What is the difference between triggers and procedures?

1 Answers  


What is database deadlock ?

0 Answers  


What type of driver you use in real-time projects?

3 Answers  


Why do we need jdbc api?

0 Answers  


code to insert values/rows into oracle database from a java swing textfield when a button is pressed(using preparedstatements)

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,


Categories