Why do we need a jdbcrowset like wrapper around resultset?


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

Post New Answer

More JDBC Interview Questions

When does the result for an sql statement return null?

0 Answers  


How to retrieve warnings in jdbc?

0 Answers  


What are different types of ResultSet?

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  


Why can't I invoke the ResultSet methods afterLast and beforeFirst when the method next works?

0 Answers  






What is jdbc connection interface?

0 Answers  


What are different types of JDBC Drivers?

0 Answers  


What are JDBC Best Practices?

0 Answers  


Can we return resultset in java?

0 Answers  


What do you understand by jdbc statements?

0 Answers  


what are the types of result sets in JDBC 3.0 ?

3 Answers   HCL,


Why do you use a data source object for a connection?

0 Answers  


Categories