What is the use of the statement in jdbc?


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

Post New Answer

More JDBC Interview Questions

What does executeupdate return in jdbc?

0 Answers  


Prepared statements are faster. Why?

0 Answers  


Different statements in JDBC?

3 Answers  


What is resultset in jdbc with example?

0 Answers  


Can you define a foreign key, with a key from the same table?

2 Answers   IBM,






what is the meaning of following code snippets Class c=class.forName(driverClassName); Driver d=(driver)c.newInstance();

1 Answers  


How can I determine where a given table is referenced via foreign keys?

0 Answers  


Explain creation of statement object with connection method create method with help of an example.

0 Answers  


What are the common jdbc exceptions?

0 Answers  


What causes the "No suitable driver" error?

0 Answers  


What are the differences between setmaxrows(int) and setfetchsize(int)?

0 Answers  


what is meant by connection pooling?

4 Answers  


Categories