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
What is array list in java?
what is the difference between a threads start() and run() methods? : Java thread
Explain jdk, jre and jvm?
What is the difference amongst jvm spec, jvm implementation, jvm runtime ?
Can a set contain duplicates?
What are different types of arrays?
Tell some latest versions in JAVA related areas?
Define an abstract class with reference to java.
Is zero a positive integer?
How many characters is 2 bytes?
What is stringreader?
Why java is said to be pass-by-value ?
How do you add spaces in java?
What is the difference between stored procedure & function?
How do I write a self declaration?