What are the different classes through which JDBC represents statements?



What are the different classes through which JDBC represents statements?..

Answer / Rupali Sachan

JDBC provides three main interfaces to represent SQL statements: `Statement`, `PreparedStatement`, and `CallableStatement`.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JDBC Interview Questions

What is benefit of using preparedstatement in java?

1 Answers  


Explain how data flows from view to db and reverse

1 Answers   Bosch,


What are types of jdbc drivers?

1 Answers  


What is the use of jdbc?

1 Answers  


What is the latest version of JDBC? What new features are added?

4 Answers  


Explain the steps in writing a java program using jdbc?

1 Answers  


What are stored procedures? How to call them?

3 Answers  


What protocol does jdbc use?

1 Answers  


Which constraint cannot be specified as an explicit constraint and should be specified with the column only ?

1 Answers  


What are the common JDBC problems that you got and how do you solved them?

1 Answers   Wipro,


Discuss the significances of jdbc.

1 Answers  


Describe how the jdbc application works.

1 Answers  


Categories