Answer Posted / 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 |
Post New Answer View All Answers
What is a JDBC 2.0 DataSource?
What is the role of the jdbc drivermanager class?
What are the differences between stored procedure and functions?
If I use the JDBC API, do I have to use ODBC underneath?
Which package contains jdbc api?
Differentiate between type_scroll_insensitive and type_scroll_sensitive.
How do I retrieve a whole row of data at once, instead of calling an individual ResultSet.getXXX method for each column?
Explain jdbc savepoint?
What is jdbc odbc bridge in java?
What is a lock in jdbc?
How to insert an image or raw data into database?
Why can't I invoke the ResultSet methods afterLast and beforeFirst when the method next works?
How do I disallow NULL values in a table?
What is sqlwarning?
What is SQL Warning? How to retrieve SQL warnings in the JDBC program?