what is rowset?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
Write an sql to find all records having all numeric characters in a field ?
What is the return type of class.forname() method?
What is SQL Warning? How to retrieve SQL warnings in the JDBC program?
What are the new features added to JDBC 4.0?
Why isn't the java.sql.DriverManager class being found?
What is the JDBC syntax for using a literal or variable in a standard Statement?
What is DML?
What type of driver called is pure Java driver?
What is “dirty read” in JDBC? Which isolation level prevents dirty read?
Under what circumstances, that all four drivers are used?
What are the differences between statement and preparedstatement interface?
what happen if we set JDBC string to NULL?