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
Differentiate between type_scroll_insensitive and type_scroll_sensitive.
What are the advantages of using preparedstatement in java?
Which is better jpa or jdbc?
Which is better odbc or jdbc?
What are the common JDBC problems that you got and how do you solved them?
What are the different types of locking in JDBC?
What is an escape syntax?
What is the execute method in java?
What is statement and preparedstatement in java?
How to use JDBC to connect Microsoft Access?
What are different types of JDBC Drivers?
What are the main components of JDBC ?
Can I use JDBC to execute non-standard features that my DBMS provides?
How do java applications access the database using jdbc?
What does the jdbc connection interface?