How to make updates to updatable result sets in jdbc?


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

Post New Answer

More JDBC Interview Questions

What does jdbc setmaxrows method do?

0 Answers  


What is jdbc and jpa?

0 Answers  


Explain the various types of locking system in jdbc?

0 Answers  


what is the current version of JDBC? and explain its features?

3 Answers  


Is possible to open a connection to a database with exclusive mode with JDBC?

0 Answers  






Explain about multiple implementations and drive manager?

0 Answers  


Explain about the Try Block?

0 Answers  


what does the method Class.forName returns?

4 Answers   Siemens, TCS,


How do I retrieve a whole row of data at once, instead of calling an individual ResultSet.getXXX method for each column?

0 Answers  


What is sqlwarning?

0 Answers  


What is de-normalization?

1 Answers  


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

1 Answers  


Categories