What is a statement?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More JDBC Interview Questions

Explain about the drive manager class working?

0 Answers  


What is 2 phase commit?

0 Answers  


What do you understand by jdbc datasource?

0 Answers  


Why is jdbc needed?

0 Answers  


Describe how the jdbc application works.

0 Answers  






Explain the sequence of steps to connect to the database?

3 Answers   Wipro,


Why would you use setautocommit(false) in jdbc?

0 Answers  


Explain about DSN?

0 Answers   Infosys,


Which database is used for java?

0 Answers  


What is the benefit of having jdbcrowset implementation?

0 Answers  


Statement, PrepareStatement and Callable all these are interfaces. Thought it is a interface how come we are creating objects and calling methods("preparestatement()") in it. In which class this method is defined. Please let me know. Thanks in advance. example: PreparedStatement pre = con.prepareStatement( "UPDATE COFFEES SET SALES = ? WHERE COF_NAME LIKE ?");

2 Answers  


Once I have the Java 2 SDK, Standard Edition, from Sun, what else do I need to connect to a database?

0 Answers  


Categories