What is the difference between Resultset and Rowset.
Answer Posted / lalit
ResultSet contains the result of the SQL query and it has
the connectivity with the records in the database. To avoid
the connectivity after getting the result use RowSet or
CacheRowSet. The ResultSet is the parent class of Rowset
and CacheRowSet.
| Is This Answer Correct ? | 16 Yes | 2 No |
Post New Answer View All Answers
Where to store local variables?
How can you set an applet’s height and width as a percentage?
What is the use of a copy constructor?
Is java a digit method?
How many characters is 2 bytes?
How to perform merge sort in java?
When throw keyword is used?
What two classes are used to read data only?
What is the concept of multithreading?
Can constructor return value?
When object is created and destroyed?
What type of variable is error flag?
What is JDBC Driver interface?How can you retrieve data from the ResultSet
How java uses the string and stringbuffer classes?
What is factor r?