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 difference between public static and void?
What does regex mean?
How can we create a synchronized collection from given collection?
Define packages in java?
What is return null in java?
How many bytes are a float?
What does @param args mean in java?
What is substring 1 in java?
Explain spliterator in java8?
What are the advantages of unicode?
What is struts in java?
Explain about varargs in java?
What is the r character?
Explain about anonymous inner classes in java?
What is lifetime variable?