what is rowset?

Answers were Sorted based on User's Feedback



what is rowset?..

Answer / sunil kumar gupta

A RowSet object contains a set of rows from a result set or
some other source of tabular data, like a file or
spreadsheet. Because a RowSet object follows the JavaBeans
model for properties and event notification, it is a
JavaBeans component that can be combined with other
components in an application. As is true with other Beans,
application programmers will probably use a development
tool to create a RowSet object and set its properties

Is This Answer Correct ?    4 Yes 0 No

what is rowset?..

Answer / rakesh

Rowsets make it easy to send tabular data over a network.
They can also be used to provide scrollable result sets or
updatable result sets when the underlying JDBC driver does
not support them.

Is This Answer Correct ?    3 Yes 0 No

what is rowset?..

Answer / parveen pandit

A RowSet object contains a set of rows from a result set or
some other source of tabular data, like a file or
spreadsheet.

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More JDBC Interview Questions

How to check jdbc driver version in websphere?

0 Answers  


What are database warnings in jdbc and how can we handle database warnings in jdbc?

0 Answers  


HI ALL, How to Overcome "OutOfMemoryException"? when I am compiling source having more than 1000 LOC throwing this exception. Can any one give correct answer to my question? thx

5 Answers  


What does executeupdate return in jdbc?

0 Answers  


What is JDBC?

3 Answers   Akamai Technologies,






What are JDBC Best Practices?

0 Answers  


State the different connection methods used for creating different types of sql.

0 Answers  


What is meant by a ResultSet?

3 Answers  


How we store procedure in oralce for callable statements in jdbc

0 Answers  


What are the differences between execute, executequery, and executeupdate?

0 Answers  


Why “no suitable driver” error occurs?

0 Answers  


RowSetInternal caller and returns void. What can I do in the readData method?

0 Answers  


Categories