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 is the static import?
What are different access specifiers in java? Explain
How many bytes is string in java?
What is purpose of keyword void?
What is preflight request?
What is the vector class in java programming?
When throws keyword is used?
Suppose if we have variable ' I ' in run method, if I can create one or more thread each thread will occupy a separate copy or same variable will be shared?
What do you mean by Hash Map and Hash Table?
What is identifier give example?
how to create constants in java?
What is the difference between static (class) method and instance method?
Can an interface be defined inside a class?
What is the use of private static?
What are static variables and functions?