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
Why would you use setautocommit(false) in jdbc?
Explain the difference between rowset vs. Resultset in jdbc?
What is odbc. how is it related to sql cli?
Which jdbc driver type s is are the jdbc odbc bridge?
What is difference between java.util.Date and java.sql.Date?
What are the exceptions in jdbc?
How to connect html page to database using jdbc?
Is jdbc a middleware?
How to achieve JDBC Connection Pooling using JDBC DataSource and JNDI in Apache Tomcat Server?
What do you mean by two phase commits?
What does the connection object represents?
Prepared statements are faster. Why?
Name the method, which is used to prepare a callablestatement.
Jdbc-odbc bridge is multi-threaded or not?
How you restrict a user to cut and paste from the html page using java programing?