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

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

0 Answers  


What do you mean by jdbc batch processing and what are the advantages of using jdbc batch processing?

0 Answers  


How do you create Connection?

5 Answers   HCL,


Result set’s index starts with 0 or 1?

0 Answers  


how can we get the metaData (columnNames) from a table which has no Records..

2 Answers  






How to check null value in JDBC?

1 Answers   CTS,


Does multiple concurrent open statements per connection are supported by the JDBC-ODBC Bridge?

2 Answers  


How to rollback a JDBC transaction?

0 Answers  


Why did my jdbc code throw a rollback sqlexception?

0 Answers  


What are the basic exceptions in jdbc?

0 Answers  


What's the benefit for specifying constraints like not null, primary key explicitly instead of specifying it against the column ?

0 Answers  


What is the benefit of having jdbcrowset implementation? Why do we need a jdbcrowset like wrapper around resultset?

0 Answers  


Categories