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 many rowset are available in jdbc?

0 Answers  


Does jdbc require oracle client?

0 Answers  


What is jdbc and odbc?

0 Answers  


What happens if connection is not closed in jdbc?

0 Answers  


Where jdbc drivermanager class is used?

0 Answers  






What is the JDBC syntax for using a literal or variable in a standard Statement?

0 Answers  


Which jdbc drivers will run your program?

0 Answers  


What is a java driver?

0 Answers  


What is the function of setautocommit?

0 Answers  


What is jdbc type?

0 Answers  


What is a connection string used for?

0 Answers  


What are the utilities of the callablestatement?

0 Answers  


Categories