What is the difference between Resultset and Rowset.
Answer Posted / nisha
A RowSet object contains a set of rows from a result set or
some other source of tabular data, like a file or
spreadsheet.
A ResultSet object represents the output table of data
resulted from a SELECT query statement.The data in a
ResultSet object is organized in rows and columns
| Is This Answer Correct ? | 25 Yes | 10 No |
Post New Answer View All Answers
What class of exceptions are generated by the java run-time system?
What is the definition of tree ?
Do I need java for windows 10?
What is immutable in java?
What is a map? What are the implementations of map?
What is finalize()?
What is finally and finalize in java?
If a class is declared without any access modifiers, where can the class be accessed?
Can we override private method?
explain the difference between jdk and jvm?
How do I type unicode?
Can you call a method in a method?
What happens when heap memory is full?
Can we override singleton class?
How do you differentiate abstract class from interface?